pub enum OutFile {
Stdout,
Filename(String),
GetFromUrl,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutFile
impl RefUnwindSafe for OutFile
impl Send for OutFile
impl Sync for OutFile
impl Unpin for OutFile
impl UnwindSafe for OutFile
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