pub struct UndoAction { /* private fields */ }
Implementations§
source§impl UndoAction
impl UndoAction
pub fn summary(&self) -> Array<InstructionTextToken>
sourcepub fn summary_as_string(&self) -> BnString
pub fn summary_as_string(&self) -> BnString
Gets the UndoAction
summary as text rather than InstructionTextToken
’s.
Trait Implementations§
source§impl CoreArrayProvider for UndoAction
impl CoreArrayProvider for UndoAction
source§impl Debug for UndoAction
impl Debug for UndoAction
source§impl ToOwned for UndoAction
impl ToOwned for UndoAction
source§type Owned = Ref<UndoAction>
type Owned = Ref<UndoAction>
The resulting type after obtaining ownership.
source§fn to_owned(&self) -> Self::Owned
fn to_owned(&self) -> Self::Owned
Creates owned data from borrowed data, usually by cloning. Read more
1.63.0 · source§fn clone_into(&self, target: &mut Self::Owned)
fn clone_into(&self, target: &mut Self::Owned)
Uses borrowed data to replace owned data, usually by cloning. Read more
Auto Trait Implementations§
impl Freeze for UndoAction
impl RefUnwindSafe for UndoAction
impl !Send for UndoAction
impl !Sync for UndoAction
impl Unpin for UndoAction
impl UnwindSafe for UndoAction
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