enum Advance {
Left,
Right,
}Variants§
Auto Trait Implementations§
impl Freeze for Advance
impl RefUnwindSafe for Advance
impl Send for Advance
impl Sync for Advance
impl Unpin for Advance
impl UnsafeUnpin for Advance
impl UnwindSafe for Advance
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