pub enum Dst {
File(PathBuf),
Stdout,
}
Variants§
Trait Implementations§
impl Eq for Dst
impl StructuralPartialEq for Dst
Auto Trait Implementations§
impl Freeze for Dst
impl RefUnwindSafe for Dst
impl Send for Dst
impl Sync for Dst
impl Unpin for Dst
impl UnwindSafe for Dst
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