pub enum StdType {
Err,
Out,
}
Expand description
The event source, stderr or stdout
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdType
impl RefUnwindSafe for StdType
impl Send for StdType
impl Sync for StdType
impl Unpin for StdType
impl UnwindSafe for StdType
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