pub struct UndoWidgetId(/* private fields */);Expand description
Unique identifier for a widget instance.
Used to associate undo commands with specific widgets.
Implementations§
Trait Implementations§
Source§impl Clone for UndoWidgetId
impl Clone for UndoWidgetId
Source§fn clone(&self) -> UndoWidgetId
fn clone(&self) -> UndoWidgetId
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 UndoWidgetId
impl Debug for UndoWidgetId
Source§impl Default for UndoWidgetId
impl Default for UndoWidgetId
Source§impl Display for UndoWidgetId
impl Display for UndoWidgetId
Source§impl Hash for UndoWidgetId
impl Hash for UndoWidgetId
Source§impl PartialEq for UndoWidgetId
impl PartialEq for UndoWidgetId
impl Copy for UndoWidgetId
impl Eq for UndoWidgetId
impl StructuralPartialEq for UndoWidgetId
Auto Trait Implementations§
impl Freeze for UndoWidgetId
impl RefUnwindSafe for UndoWidgetId
impl Send for UndoWidgetId
impl Sync for UndoWidgetId
impl Unpin for UndoWidgetId
impl UnwindSafe for UndoWidgetId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.