pub struct PackSelection {
pub pack: &'static ContextPack,
pub matched_triggers: Vec<&'static str>,
}Fields§
§pack: &'static ContextPack§matched_triggers: Vec<&'static str>Auto Trait Implementations§
impl Freeze for PackSelection
impl RefUnwindSafe for PackSelection
impl Send for PackSelection
impl Sync for PackSelection
impl Unpin for PackSelection
impl UnsafeUnpin for PackSelection
impl UnwindSafe for PackSelection
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