pub struct CommandContext<'a> {
pub secrets_manager: &'a mut SecretsManager,
pub skill_manager: &'a mut SkillManager,
pub config: &'a mut Config,
}Fields§
§secrets_manager: &'a mut SecretsManager§skill_manager: &'a mut SkillManager§config: &'a mut ConfigAuto Trait Implementations§
impl<'a> Freeze for CommandContext<'a>
impl<'a> RefUnwindSafe for CommandContext<'a>
impl<'a> Send for CommandContext<'a>
impl<'a> Sync for CommandContext<'a>
impl<'a> Unpin for CommandContext<'a>
impl<'a> UnsafeUnpin for CommandContext<'a>
impl<'a> !UnwindSafe for CommandContext<'a>
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