pub struct CommandContext {
pub log: Logger,
pub paths: LauncherPaths,
pub args: CliCore,
pub http: Client,
}Fields§
§log: Logger§paths: LauncherPaths§args: CliCore§http: ClientAuto Trait Implementations§
impl !RefUnwindSafe for CommandContext
impl !UnwindSafe for CommandContext
impl Freeze for CommandContext
impl Send for CommandContext
impl Sync for CommandContext
impl Unpin for CommandContext
impl UnsafeUnpin for CommandContext
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