pub enum UndoMethod {
Undo,
}Variants§
Undo
Trait Implementations§
Source§impl Clone for UndoMethod
impl Clone for UndoMethod
Source§fn clone(&self) -> UndoMethod
fn clone(&self) -> UndoMethod
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 UndoMethod
impl Debug for UndoMethod
Source§impl<'de> Deserialize<'de> for UndoMethod
impl<'de> Deserialize<'de> for UndoMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UndoMethod
impl PartialEq for UndoMethod
Source§impl Serialize for UndoMethod
impl Serialize for UndoMethod
impl StructuralPartialEq for UndoMethod
Auto Trait Implementations§
impl Freeze for UndoMethod
impl RefUnwindSafe for UndoMethod
impl Send for UndoMethod
impl Sync for UndoMethod
impl Unpin for UndoMethod
impl UnsafeUnpin for UndoMethod
impl UnwindSafe for UndoMethod
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