Struct bookdata::cli::cluster::author_gender::AuthorGender
source · pub struct AuthorGender {
output: PathBuf,
author_file: PathBuf,
}
Expand description
Extract cluster author gender data from extracted book data.
Fields§
§output: PathBuf
Specify output file
Specify the cluster-author file.
Trait Implementations§
source§impl Args for AuthorGender
impl Args for AuthorGender
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 AuthorGender
impl Debug for AuthorGender
source§impl From<AuthorGender> for ClusterCommand
impl From<AuthorGender> for ClusterCommand
source§fn from(v: AuthorGender) -> ClusterCommand
fn from(v: AuthorGender) -> ClusterCommand
Converts to this type from the input type.
source§impl FromArgMatches for AuthorGender
impl FromArgMatches for AuthorGender
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<AuthorGender> for ClusterCommand
impl TryInto<AuthorGender> for ClusterCommand
Auto Trait Implementations§
impl RefUnwindSafe for AuthorGender
impl Send for AuthorGender
impl Sync for AuthorGender
impl Unpin for AuthorGender
impl UnwindSafe for AuthorGender
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