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