Struct aopt_help::store::CmdStore [−][src]
pub struct CmdStore { /* fields omitted */ }
Implementations
pub fn get_pos_store(&self) -> &[PosStore]ⓘ
pub fn get_opt_store(&self) -> &[OptStore]ⓘ
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CmdStore
impl UnwindSafe for CmdStore
Blanket Implementations
Mutably borrows from an owned value. Read more