pub enum MarkUndoableStateMethod {
MarkUndoableState,
}Variants§
MarkUndoableState
Trait Implementations§
Source§impl Clone for MarkUndoableStateMethod
impl Clone for MarkUndoableStateMethod
Source§fn clone(&self) -> MarkUndoableStateMethod
fn clone(&self) -> MarkUndoableStateMethod
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 MarkUndoableStateMethod
impl Debug for MarkUndoableStateMethod
Source§impl<'de> Deserialize<'de> for MarkUndoableStateMethod
impl<'de> Deserialize<'de> for MarkUndoableStateMethod
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 MarkUndoableStateMethod
impl PartialEq for MarkUndoableStateMethod
Source§impl Serialize for MarkUndoableStateMethod
impl Serialize for MarkUndoableStateMethod
impl StructuralPartialEq for MarkUndoableStateMethod
Auto Trait Implementations§
impl Freeze for MarkUndoableStateMethod
impl RefUnwindSafe for MarkUndoableStateMethod
impl Send for MarkUndoableStateMethod
impl Sync for MarkUndoableStateMethod
impl Unpin for MarkUndoableStateMethod
impl UnsafeUnpin for MarkUndoableStateMethod
impl UnwindSafe for MarkUndoableStateMethod
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