pub struct StdoutDestination;Implementations§
Trait Implementations§
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