pub struct UndoBuilder;Implementations§
Trait Implementations§
Source§impl Clone for UndoBuilder
impl Clone for UndoBuilder
Source§fn clone(&self) -> UndoBuilder
fn clone(&self) -> UndoBuilder
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 moreSource§impl Debug for UndoBuilder
impl Debug for UndoBuilder
Source§impl Default for UndoBuilder
impl Default for UndoBuilder
Source§fn default() -> UndoBuilder
fn default() -> UndoBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UndoBuilder
impl RefUnwindSafe for UndoBuilder
impl Send for UndoBuilder
impl Sync for UndoBuilder
impl Unpin for UndoBuilder
impl UnsafeUnpin for UndoBuilder
impl UnwindSafe for UndoBuilder
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