pub struct SetDefaultBackground;
Expand description
The unit SetDefaultBackground
command.
Trait Implementations§
Source§impl Clone for SetDefaultBackground
impl Clone for SetDefaultBackground
Source§fn clone(&self) -> SetDefaultBackground
fn clone(&self) -> SetDefaultBackground
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 Debug for SetDefaultBackground
impl Debug for SetDefaultBackground
Source§impl Display for SetDefaultBackground
impl Display for SetDefaultBackground
Source§impl PartialEq for SetDefaultBackground
impl PartialEq for SetDefaultBackground
Source§impl Sgr for SetDefaultBackground
impl Sgr for SetDefaultBackground
Source§fn write_param(&self, f: &mut Formatter<'_>) -> Result
fn write_param(&self, f: &mut Formatter<'_>) -> Result
Write the parameter(s) for this SGR command.
impl Command for SetDefaultBackground
impl Copy for SetDefaultBackground
impl Eq for SetDefaultBackground
impl StructuralPartialEq for SetDefaultBackground
Auto Trait Implementations§
impl Freeze for SetDefaultBackground
impl RefUnwindSafe for SetDefaultBackground
impl Send for SetDefaultBackground
impl Sync for SetDefaultBackground
impl Unpin for SetDefaultBackground
impl UnwindSafe for SetDefaultBackground
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