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