pub struct ListStateSnapshot { /* private fields */ }Expand description
Snapshot of ListState for undo.
Trait Implementations§
Source§impl Clone for ListStateSnapshot
impl Clone for ListStateSnapshot
Source§fn clone(&self) -> ListStateSnapshot
fn clone(&self) -> ListStateSnapshot
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 ListStateSnapshot
impl RefUnwindSafe for ListStateSnapshot
impl Send for ListStateSnapshot
impl Sync for ListStateSnapshot
impl Unpin for ListStateSnapshot
impl UnwindSafe for ListStateSnapshot
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