pub struct SubcommandsProvider { /* private fields */ }Implementations§
Source§impl SubcommandsProvider
impl SubcommandsProvider
pub fn iter(&self) -> impl Iterator<Item = &Subcommand>
Trait Implementations§
Source§impl Clone for SubcommandsProvider
impl Clone for SubcommandsProvider
Source§fn clone(&self) -> SubcommandsProvider
fn clone(&self) -> SubcommandsProvider
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 moreAuto Trait Implementations§
impl Freeze for SubcommandsProvider
impl RefUnwindSafe for SubcommandsProvider
impl Send for SubcommandsProvider
impl Sync for SubcommandsProvider
impl Unpin for SubcommandsProvider
impl UnwindSafe for SubcommandsProvider
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