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