pub struct ResetArgs {
pub grid: bool,
pub index: bool,
pub header: bool,
pub selections: bool,
pub undo_stack: bool,
pub opts: bool,
}Fields§
§grid: bool§index: bool§header: bool§selections: bool§undo_stack: bool§opts: boolTrait Implementations§
impl StructuralPartialEq for ResetArgs
Auto Trait Implementations§
impl Freeze for ResetArgs
impl RefUnwindSafe for ResetArgs
impl Send for ResetArgs
impl Sync for ResetArgs
impl Unpin for ResetArgs
impl UnsafeUnpin for ResetArgs
impl UnwindSafe for ResetArgs
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