Struct bookdata::cli::collect_isbns::CollectISBNs
source · pub struct CollectISBNs {
out_file: PathBuf,
}
Expand description
Collect ISBNs from across the data sources.
Fields§
§out_file: PathBuf
Path to the output file (in Parquet format)
Trait Implementations§
source§impl Args for CollectISBNs
impl Args for CollectISBNs
source§fn group_id() -> Option<Id>
fn group_id() -> Option<Id>
Report the [
ArgGroup::id
][crate::ArgGroup::id] for this set of argumentssource§fn augment_args<'b>(__clap_app: Command) -> Command
fn augment_args<'b>(__clap_app: Command) -> Command
source§fn augment_args_for_update<'b>(__clap_app: Command) -> Command
fn augment_args_for_update<'b>(__clap_app: Command) -> Command
source§impl Debug for CollectISBNs
impl Debug for CollectISBNs
source§impl From<CollectISBNs> for RootCommand
impl From<CollectISBNs> for RootCommand
source§fn from(v: CollectISBNs) -> RootCommand
fn from(v: CollectISBNs) -> RootCommand
Converts to this type from the input type.
source§impl FromArgMatches for CollectISBNs
impl FromArgMatches for CollectISBNs
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(
&mut self,
__clap_arg_matches: &mut ArgMatches
) -> Result<(), Error>
fn update_from_arg_matches_mut( &mut self, __clap_arg_matches: &mut ArgMatches ) -> Result<(), Error>
Assign values from
ArgMatches
to self
.source§impl TryInto<CollectISBNs> for RootCommand
impl TryInto<CollectISBNs> for RootCommand
Auto Trait Implementations§
impl RefUnwindSafe for CollectISBNs
impl Send for CollectISBNs
impl Sync for CollectISBNs
impl Unpin for CollectISBNs
impl UnwindSafe for CollectISBNs
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