pub struct Snapshots { /* private fields */ }Expand description
Named snapshots of values (workspaces or objects), kept as data.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Snapshots
impl RefUnwindSafe for Snapshots
impl Send for Snapshots
impl Sync for Snapshots
impl Unpin for Snapshots
impl UnsafeUnpin for Snapshots
impl UnwindSafe for Snapshots
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