Struct crossterm::style::SetAttributes
source · pub struct SetAttributes(pub Attributes);
Expand description
A command that sets several attributes.
See Attributes
for more info.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Tuple Fields§
§0: Attributes
Trait Implementations§
source§impl Clone for SetAttributes
impl Clone for SetAttributes
source§fn clone(&self) -> SetAttributes
fn clone(&self) -> SetAttributes
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 SetAttributes
impl Command for SetAttributes
source§impl Debug for SetAttributes
impl Debug for SetAttributes
source§impl PartialEq for SetAttributes
impl PartialEq for SetAttributes
source§fn eq(&self, other: &SetAttributes) -> bool
fn eq(&self, other: &SetAttributes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SetAttributes
impl Eq for SetAttributes
impl StructuralPartialEq for SetAttributes
Auto Trait Implementations§
impl Freeze for SetAttributes
impl RefUnwindSafe for SetAttributes
impl Send for SetAttributes
impl Sync for SetAttributes
impl Unpin for SetAttributes
impl UnwindSafe for SetAttributes
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