pub enum OutputState {
Usable,
EmptyOutput,
TracebackOnly,
RecoveredFromError,
}Expand description
Quality and usability of assembled terminal output.
Variants§
Trait Implementations§
Source§impl Clone for OutputState
impl Clone for OutputState
Source§fn clone(&self) -> OutputState
fn clone(&self) -> OutputState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OutputState
impl Debug for OutputState
Source§impl<'de> Deserialize<'de> for OutputState
impl<'de> Deserialize<'de> for OutputState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for OutputState
Source§impl PartialEq for OutputState
impl PartialEq for OutputState
Source§fn eq(&self, other: &OutputState) -> bool
fn eq(&self, other: &OutputState) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OutputState
impl Serialize for OutputState
impl StructuralPartialEq for OutputState
Auto Trait Implementations§
impl Freeze for OutputState
impl RefUnwindSafe for OutputState
impl Send for OutputState
impl Sync for OutputState
impl Unpin for OutputState
impl UnsafeUnpin for OutputState
impl UnwindSafe for OutputState
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