pub struct MarkUndoableStateCommand {}Available on crate features
DOM and Runtime and experimental only.Expand description
Marks last undoable state.
Implementations§
Trait Implementations§
Source§impl Clone for MarkUndoableStateCommand
impl Clone for MarkUndoableStateCommand
Source§fn clone(&self) -> MarkUndoableStateCommand
fn clone(&self) -> MarkUndoableStateCommand
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 Command for MarkUndoableStateCommand
impl Command for MarkUndoableStateCommand
Source§impl Debug for MarkUndoableStateCommand
impl Debug for MarkUndoableStateCommand
Source§impl Default for MarkUndoableStateCommand
impl Default for MarkUndoableStateCommand
Source§fn default() -> MarkUndoableStateCommand
fn default() -> MarkUndoableStateCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MarkUndoableStateCommand
impl<'de> Deserialize<'de> for MarkUndoableStateCommand
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
Auto Trait Implementations§
impl Freeze for MarkUndoableStateCommand
impl RefUnwindSafe for MarkUndoableStateCommand
impl Send for MarkUndoableStateCommand
impl Sync for MarkUndoableStateCommand
impl Unpin for MarkUndoableStateCommand
impl UnwindSafe for MarkUndoableStateCommand
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