pub enum AnkerType {
CENTER,
CORNER,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnkerType
impl RefUnwindSafe for AnkerType
impl Send for AnkerType
impl Sync for AnkerType
impl Unpin for AnkerType
impl UnwindSafe for AnkerType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more