pub struct MarkUndoableStateResult {}Trait Implementations§
Source§impl Clone for MarkUndoableStateResult
impl Clone for MarkUndoableStateResult
Source§fn clone(&self) -> MarkUndoableStateResult
fn clone(&self) -> MarkUndoableStateResult
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 MarkUndoableStateResult
impl Debug for MarkUndoableStateResult
Source§impl Default for MarkUndoableStateResult
impl Default for MarkUndoableStateResult
Source§fn default() -> MarkUndoableStateResult
fn default() -> MarkUndoableStateResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarkUndoableStateResult
impl<'de> Deserialize<'de> for MarkUndoableStateResult
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 MarkUndoableStateResult
impl PartialEq for MarkUndoableStateResult
Source§impl Serialize for MarkUndoableStateResult
impl Serialize for MarkUndoableStateResult
Source§impl TryFrom<Value> for MarkUndoableStateResult
impl TryFrom<Value> for MarkUndoableStateResult
impl StructuralPartialEq for MarkUndoableStateResult
Auto Trait Implementations§
impl Freeze for MarkUndoableStateResult
impl RefUnwindSafe for MarkUndoableStateResult
impl Send for MarkUndoableStateResult
impl Sync for MarkUndoableStateResult
impl Unpin for MarkUndoableStateResult
impl UnsafeUnpin for MarkUndoableStateResult
impl UnwindSafe for MarkUndoableStateResult
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