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