#[repr(C)]pub enum StdTarget {
Out = 0,
Err = 1,
}Expand description
Target for standard stream output.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdTarget
impl RefUnwindSafe for StdTarget
impl Send for StdTarget
impl Sync for StdTarget
impl Unpin for StdTarget
impl UnwindSafe for StdTarget
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