pub struct ResetAttributes;
Expand description
Resets all attributes.
This sequence resets all attributes previously set by the:
§Examples
use std::io::{stdout, Write};
use anes::ResetAttributes;
let mut stdout = stdout();
write!(stdout, "{}", ResetAttributes);
Trait Implementations§
Source§impl Clone for ResetAttributes
impl Clone for ResetAttributes
Source§fn clone(&self) -> ResetAttributes
fn clone(&self) -> ResetAttributes
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 ResetAttributes
impl Debug for ResetAttributes
Source§impl Display for ResetAttributes
impl Display for ResetAttributes
Source§impl Hash for ResetAttributes
impl Hash for ResetAttributes
Source§impl PartialEq for ResetAttributes
impl PartialEq for ResetAttributes
impl Copy for ResetAttributes
impl Eq for ResetAttributes
impl StructuralPartialEq for ResetAttributes
Auto Trait Implementations§
impl Freeze for ResetAttributes
impl RefUnwindSafe for ResetAttributes
impl Send for ResetAttributes
impl Sync for ResetAttributes
impl Unpin for ResetAttributes
impl UnwindSafe for ResetAttributes
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes