Struct text_terminal::TerminalMode
source · pub struct TerminalMode { /* private fields */ }
Expand description
The set of options that determine terminal behavior.
Trait Implementations§
source§impl Clone for TerminalMode
impl Clone for TerminalMode
source§fn clone(&self) -> TerminalMode
fn clone(&self) -> TerminalMode
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 TerminalMode
impl Debug for TerminalMode
source§impl Default for TerminalMode
impl Default for TerminalMode
source§impl PartialEq<TerminalMode> for TerminalMode
impl PartialEq<TerminalMode> for TerminalMode
source§fn eq(&self, other: &TerminalMode) -> bool
fn eq(&self, other: &TerminalMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TerminalMode
impl Eq for TerminalMode
impl StructuralEq for TerminalMode
impl StructuralPartialEq for TerminalMode
Auto Trait Implementations§
impl RefUnwindSafe for TerminalMode
impl Send for TerminalMode
impl Sync for TerminalMode
impl Unpin for TerminalMode
impl UnwindSafe for TerminalMode
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