Enum iroh_blobs::cli::OutputTarget  
source · 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
source§fn eq(&self, other: &OutputTarget) -> bool
 
fn eq(&self, other: &OutputTarget) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.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
§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
§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