pub struct StderrDestination;Expand description
Marker type for the process standard error stream.
Implementations§
Source§impl StderrDestination
impl StderrDestination
Sourcepub const fn new() -> StderrDestination
pub const fn new() -> StderrDestination
Creates a stderr destination marker.
Trait Implementations§
Source§impl Clone for StderrDestination
impl Clone for StderrDestination
Source§fn clone(&self) -> StderrDestination
fn clone(&self) -> StderrDestination
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 StderrDestination
impl Debug for StderrDestination
Source§impl Default for StderrDestination
impl Default for StderrDestination
Source§fn default() -> StderrDestination
fn default() -> StderrDestination
Returns the “default value” for a type. Read more
Source§impl Hash for StderrDestination
impl Hash for StderrDestination
Source§impl PartialEq for StderrDestination
impl PartialEq for StderrDestination
Source§fn eq(&self, other: &StderrDestination) -> bool
fn eq(&self, other: &StderrDestination) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for StderrDestination
impl Eq for StderrDestination
impl StructuralPartialEq for StderrDestination
Auto Trait Implementations§
impl Freeze for StderrDestination
impl RefUnwindSafe for StderrDestination
impl Send for StderrDestination
impl Sync for StderrDestination
impl Unpin for StderrDestination
impl UnsafeUnpin for StderrDestination
impl UnwindSafe for StderrDestination
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