pub enum MoveResponse {
Cancel,
InsertBefore,
InsertAfter,
InsertDefault,
}Variants§
Auto Trait Implementations§
impl Freeze for MoveResponse
impl RefUnwindSafe for MoveResponse
impl Send for MoveResponse
impl Sync for MoveResponse
impl Unpin for MoveResponse
impl UnsafeUnpin for MoveResponse
impl UnwindSafe for MoveResponse
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