pub struct MoveArgs {
pub old_to_new: Option<Vec<(u64, u64)>>,
pub select: bool,
pub emit: bool,
pub undo: bool,
pub save_selection: bool,
}Fields§
§old_to_new: Option<Vec<(u64, u64)>>§select: bool§emit: bool§undo: bool§save_selection: boolTrait Implementations§
impl StructuralPartialEq for MoveArgs
Auto Trait Implementations§
impl Freeze for MoveArgs
impl RefUnwindSafe for MoveArgs
impl Send for MoveArgs
impl Sync for MoveArgs
impl Unpin for MoveArgs
impl UnsafeUnpin for MoveArgs
impl UnwindSafe for MoveArgs
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