pub struct SetAttribute(pub Attribute);Expand description
Tuple Fields§
§0: AttributeTrait Implementations§
Source§impl Clone for SetAttribute
 
impl Clone for SetAttribute
Source§fn clone(&self) -> SetAttribute
 
fn clone(&self) -> SetAttribute
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 SetAttribute
 
impl Command for SetAttribute
Source§impl Debug for SetAttribute
 
impl Debug for SetAttribute
Source§impl Display for SetAttribute
 
impl Display for SetAttribute
Source§impl PartialEq for SetAttribute
 
impl PartialEq for SetAttribute
impl Copy for SetAttribute
impl Eq for SetAttribute
impl StructuralPartialEq for SetAttribute
Auto Trait Implementations§
impl Freeze for SetAttribute
impl RefUnwindSafe for SetAttribute
impl Send for SetAttribute
impl Sync for SetAttribute
impl Unpin for SetAttribute
impl UnwindSafe for SetAttribute
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