pub struct DelPosArgs {
pub items: Option<Vec<usize>>,
pub emit: bool,
pub undo: bool,
pub save_selection: bool,
}Fields§
§items: Option<Vec<usize>>§emit: bool§undo: bool§save_selection: boolTrait Implementations§
Source§impl Clone for DelPosArgs
impl Clone for DelPosArgs
Source§fn clone(&self) -> DelPosArgs
fn clone(&self) -> DelPosArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DelPosArgs
impl Debug for DelPosArgs
Source§impl Default for DelPosArgs
impl Default for DelPosArgs
Source§impl PartialEq for DelPosArgs
impl PartialEq for DelPosArgs
Source§fn eq(&self, other: &DelPosArgs) -> bool
fn eq(&self, other: &DelPosArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DelPosArgs
Auto Trait Implementations§
impl Freeze for DelPosArgs
impl RefUnwindSafe for DelPosArgs
impl Send for DelPosArgs
impl Sync for DelPosArgs
impl Unpin for DelPosArgs
impl UnsafeUnpin for DelPosArgs
impl UnwindSafe for DelPosArgs
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