pub struct RbrewCli { /* private fields */ }
Expand description
The rbrew command.
Trait Implementations§
Source§impl CommandHelp for RbrewCli
impl CommandHelp for RbrewCli
impl TopLevelCommand for RbrewCli
Auto Trait Implementations§
impl Freeze for RbrewCli
impl RefUnwindSafe for RbrewCli
impl Send for RbrewCli
impl Sync for RbrewCli
impl Unpin for RbrewCli
impl UnwindSafe for RbrewCli
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