pub enum FdTag {
Stderr,
Stdout,
}
Variants§
Trait Implementations§
impl Copy for FdTag
impl Eq for FdTag
impl StructuralPartialEq for FdTag
Auto Trait Implementations§
impl Freeze for FdTag
impl RefUnwindSafe for FdTag
impl Send for FdTag
impl Sync for FdTag
impl Unpin for FdTag
impl UnwindSafe for FdTag
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