Struct StderrDestination
pub struct StderrDestination;Expand description
Marker type for the process standard error stream.
Implementations§
§impl StderrDestination
impl StderrDestination
pub const fn new() -> StderrDestination
pub const fn new() -> StderrDestination
Creates a stderr destination marker.
Trait Implementations§
§impl Clone for StderrDestination
impl Clone for StderrDestination
§fn clone(&self) -> StderrDestination
fn clone(&self) -> StderrDestination
Returns a duplicate 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 more§impl Debug for StderrDestination
impl Debug for StderrDestination
§impl Default for StderrDestination
impl Default for StderrDestination
§fn default() -> StderrDestination
fn default() -> StderrDestination
Returns the “default value” for a type. Read more
§impl Hash for StderrDestination
impl Hash for StderrDestination
§impl PartialEq for StderrDestination
impl PartialEq for StderrDestination
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