pub struct UndoStoreUsage { /* private fields */ }Expand description
Current bounded retained-store usage.
Implementations§
Trait Implementations§
Source§impl Clone for UndoStoreUsage
impl Clone for UndoStoreUsage
Source§fn clone(&self) -> UndoStoreUsage
fn clone(&self) -> UndoStoreUsage
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 moreimpl Copy for UndoStoreUsage
Source§impl Debug for UndoStoreUsage
impl Debug for UndoStoreUsage
impl Eq for UndoStoreUsage
Source§impl PartialEq for UndoStoreUsage
impl PartialEq for UndoStoreUsage
impl StructuralPartialEq for UndoStoreUsage
Auto Trait Implementations§
impl Freeze for UndoStoreUsage
impl RefUnwindSafe for UndoStoreUsage
impl Send for UndoStoreUsage
impl Sync for UndoStoreUsage
impl Unpin for UndoStoreUsage
impl UnsafeUnpin for UndoStoreUsage
impl UnwindSafe for UndoStoreUsage
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