pub struct CmdContext {
pub config: Config,
pub tickets: Vec<Ticket>,
pub aggressive: bool,
}Fields§
§config: Config§tickets: Vec<Ticket>§aggressive: boolImplementations§
Auto Trait Implementations§
impl Freeze for CmdContext
impl RefUnwindSafe for CmdContext
impl Send for CmdContext
impl Sync for CmdContext
impl Unpin for CmdContext
impl UnsafeUnpin for CmdContext
impl UnwindSafe for CmdContext
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