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