pub type StdOut = NormalizedOutput;
Aliased Type§
struct StdOut(/* private fields */);
Implementations
Trait Implementations
source§impl Clone for NormalizedOutput
impl Clone for NormalizedOutput
source§fn clone(&self) -> NormalizedOutput
fn clone(&self) -> NormalizedOutput
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 NormalizedOutput
impl Debug for NormalizedOutput
source§impl Default for NormalizedOutput
impl Default for NormalizedOutput
source§fn default() -> NormalizedOutput
fn default() -> NormalizedOutput
Returns the “default value” for a type. Read more
source§impl Deref for NormalizedOutput
impl Deref for NormalizedOutput
source§impl Display for NormalizedOutput
impl Display for NormalizedOutput
source§impl From<String> for NormalizedOutput
impl From<String> for NormalizedOutput
source§impl Hash for NormalizedOutput
impl Hash for NormalizedOutput
source§impl Ord for NormalizedOutput
impl Ord for NormalizedOutput
source§fn cmp(&self, other: &NormalizedOutput) -> Ordering
fn cmp(&self, other: &NormalizedOutput) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more