pub struct UndoRedoArgs {
pub emit: bool,
pub invalid_indices: Vec<u64>,
}Fields§
§emit: bool§invalid_indices: Vec<u64>Trait Implementations§
Source§impl Clone for UndoRedoArgs
impl Clone for UndoRedoArgs
Source§fn clone(&self) -> UndoRedoArgs
fn clone(&self) -> UndoRedoArgs
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 UndoRedoArgs
impl Debug for UndoRedoArgs
Source§impl Default for UndoRedoArgs
impl Default for UndoRedoArgs
Source§impl PartialEq for UndoRedoArgs
impl PartialEq for UndoRedoArgs
Source§fn eq(&self, other: &UndoRedoArgs) -> bool
fn eq(&self, other: &UndoRedoArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UndoRedoArgs
Auto Trait Implementations§
impl Freeze for UndoRedoArgs
impl RefUnwindSafe for UndoRedoArgs
impl Send for UndoRedoArgs
impl Sync for UndoRedoArgs
impl Unpin for UndoRedoArgs
impl UnsafeUnpin for UndoRedoArgs
impl UnwindSafe for UndoRedoArgs
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