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