pub struct UndoEntry { /* private fields */ }
Implementations§
Trait Implementations§
source§impl CoreArrayProvider for UndoEntry
impl CoreArrayProvider for UndoEntry
Auto Trait Implementations§
impl Freeze for UndoEntry
impl RefUnwindSafe for UndoEntry
impl !Send for UndoEntry
impl !Sync for UndoEntry
impl Unpin for UndoEntry
impl UnwindSafe for UndoEntry
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