Struct crossterm::style::SetAttribute
source · pub struct SetAttribute(pub Attribute);
Expand description
Tuple Fields§
§0: Attribute
Trait Implementations§
source§impl Clone for SetAttribute
impl Clone for SetAttribute
source§fn clone(&self) -> SetAttribute
fn clone(&self) -> SetAttribute
Returns a copy 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
source§fn eq(&self, other: &SetAttribute) -> bool
fn eq(&self, other: &SetAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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