pub enum OutputTarget {
Stdout,
Path(PathBuf),
}
Available on crate feature
cli
only.Expand description
Where the data should be stored.
Variants§
Trait Implementations§
Source§impl Clone for OutputTarget
impl Clone for OutputTarget
Source§fn clone(&self) -> OutputTarget
fn clone(&self) -> OutputTarget
Returns a copy 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 OutputTarget
impl Debug for OutputTarget
Source§impl Display for OutputTarget
impl Display for OutputTarget
Source§impl From<String> for OutputTarget
impl From<String> for OutputTarget
Source§impl PartialEq for OutputTarget
impl PartialEq for OutputTarget
impl Eq for OutputTarget
impl StructuralPartialEq for OutputTarget
Auto Trait Implementations§
impl Freeze for OutputTarget
impl RefUnwindSafe for OutputTarget
impl Send for OutputTarget
impl Sync for OutputTarget
impl Unpin for OutputTarget
impl UnwindSafe for OutputTarget
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more