pub struct MarkUndoableStateReturnObject {}Trait Implementations§
Source§impl Clone for MarkUndoableStateReturnObject
impl Clone for MarkUndoableStateReturnObject
Source§fn clone(&self) -> MarkUndoableStateReturnObject
fn clone(&self) -> MarkUndoableStateReturnObject
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<'de> Deserialize<'de> for MarkUndoableStateReturnObject
impl<'de> Deserialize<'de> for MarkUndoableStateReturnObject
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 MarkUndoableStateReturnObject
impl PartialEq for MarkUndoableStateReturnObject
Source§fn eq(&self, other: &MarkUndoableStateReturnObject) -> bool
fn eq(&self, other: &MarkUndoableStateReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MarkUndoableStateReturnObject
Auto Trait Implementations§
impl Freeze for MarkUndoableStateReturnObject
impl RefUnwindSafe for MarkUndoableStateReturnObject
impl Send for MarkUndoableStateReturnObject
impl Sync for MarkUndoableStateReturnObject
impl Unpin for MarkUndoableStateReturnObject
impl UnwindSafe for MarkUndoableStateReturnObject
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