pub enum AttrChange {
Set(AttrValue),
Remove,
}Expand description
A change to one RichText attribute key.
Variants§
Trait Implementations§
Source§impl Clone for AttrChange
impl Clone for AttrChange
Source§fn clone(&self) -> AttrChange
fn clone(&self) -> AttrChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AttrChange
impl Debug for AttrChange
impl Eq for AttrChange
Source§impl Hash for AttrChange
impl Hash for AttrChange
Source§impl PartialEq for AttrChange
impl PartialEq for AttrChange
impl StructuralPartialEq for AttrChange
Auto Trait Implementations§
impl Freeze for AttrChange
impl RefUnwindSafe for AttrChange
impl Send for AttrChange
impl Sync for AttrChange
impl Unpin for AttrChange
impl UnsafeUnpin for AttrChange
impl UnwindSafe for AttrChange
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