pub struct TableStateSnapshot { /* private fields */ }Expand description
Snapshot of TableState for undo.
Trait Implementations§
Source§impl Clone for TableStateSnapshot
impl Clone for TableStateSnapshot
Source§fn clone(&self) -> TableStateSnapshot
fn clone(&self) -> TableStateSnapshot
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TableStateSnapshot
impl RefUnwindSafe for TableStateSnapshot
impl Send for TableStateSnapshot
impl Sync for TableStateSnapshot
impl Unpin for TableStateSnapshot
impl UnwindSafe for TableStateSnapshot
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