pub struct RapidCLI {
pub config: Config,
}Fields§
§config: ConfigImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for RapidCLI
impl Send for RapidCLI
impl Sync for RapidCLI
impl Unpin for RapidCLI
impl UnwindSafe for RapidCLI
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