pub struct ResetStyle;
Expand description
The unit ResetStyle
command.
Trait Implementations§
Source§impl Clone for ResetStyle
impl Clone for ResetStyle
Source§fn clone(&self) -> ResetStyle
fn clone(&self) -> ResetStyle
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 ResetStyle
impl Debug for ResetStyle
Source§impl Display for ResetStyle
impl Display for ResetStyle
Source§impl PartialEq for ResetStyle
impl PartialEq for ResetStyle
impl Command for ResetStyle
impl Copy for ResetStyle
impl Eq for ResetStyle
impl StructuralPartialEq for ResetStyle
Auto Trait Implementations§
impl Freeze for ResetStyle
impl RefUnwindSafe for ResetStyle
impl Send for ResetStyle
impl Sync for ResetStyle
impl Unpin for ResetStyle
impl UnwindSafe for ResetStyle
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