Enum iroh_blobs::cli::DeleteCommands  
source · pub enum DeleteCommands {
    Blob {
        hash: Hash,
    },
}Available on crate feature 
cli only.Expand description
Possible delete subcommands.
Variants§
Implementations§
Trait Implementations§
source§impl Clone for DeleteCommands
 
impl Clone for DeleteCommands
source§fn clone(&self) -> DeleteCommands
 
fn clone(&self) -> DeleteCommands
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 DeleteCommands
 
impl Debug for DeleteCommands
source§impl FromArgMatches for DeleteCommands
 
impl FromArgMatches for DeleteCommands
source§fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
 
fn from_arg_matches(__clap_arg_matches: &ArgMatches) -> Result<Self, Error>
source§fn from_arg_matches_mut(
    __clap_arg_matches: &mut ArgMatches
) -> Result<Self, Error>
 
fn from_arg_matches_mut( __clap_arg_matches: &mut ArgMatches ) -> Result<Self, Error>
source§fn update_from_arg_matches(
    &mut self,
    __clap_arg_matches: &ArgMatches
) -> Result<(), Error>
 
fn update_from_arg_matches( &mut self, __clap_arg_matches: &ArgMatches ) -> Result<(), Error>
Assign values from 
ArgMatches to self.source§fn update_from_arg_matches_mut<'b>(
    &mut self,
    __clap_arg_matches: &mut ArgMatches
) -> Result<(), Error>
 
fn update_from_arg_matches_mut<'b>( &mut self, __clap_arg_matches: &mut ArgMatches ) -> Result<(), Error>
Assign values from 
ArgMatches to self.source§impl Subcommand for DeleteCommands
 
impl Subcommand for DeleteCommands
source§fn augment_subcommands<'b>(__clap_app: Command) -> Command
 
fn augment_subcommands<'b>(__clap_app: Command) -> Command
source§fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
 
fn augment_subcommands_for_update<'b>(__clap_app: Command) -> Command
Append to [
Command] so it can instantiate self via
[FromArgMatches::update_from_arg_matches_mut] Read moresource§fn has_subcommand(__clap_name: &str) -> bool
 
fn has_subcommand(__clap_name: &str) -> bool
Test whether 
Self can parse a specific subcommandAuto Trait Implementations§
impl Freeze for DeleteCommands
impl RefUnwindSafe for DeleteCommands
impl Send for DeleteCommands
impl Sync for DeleteCommands
impl Unpin for DeleteCommands
impl UnwindSafe for DeleteCommands
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