pub enum OutputLocation {
File(PathBuf),
Stdout,
}Expand description
Where a partition will be output
Variants§
Trait Implementations§
Source§impl Clone for OutputLocation
impl Clone for OutputLocation
Source§fn clone(&self) -> OutputLocation
fn clone(&self) -> OutputLocation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OutputLocation
impl Debug for OutputLocation
Source§impl Display for OutputLocation
impl Display for OutputLocation
Source§impl PartialEq for OutputLocation
impl PartialEq for OutputLocation
impl StructuralPartialEq for OutputLocation
Auto Trait Implementations§
impl Freeze for OutputLocation
impl RefUnwindSafe for OutputLocation
impl Send for OutputLocation
impl Sync for OutputLocation
impl Unpin for OutputLocation
impl UnwindSafe for OutputLocation
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