pub struct DetectionContext<'a> {
pub platform: &'a Platform,
pub config: &'a PlatformConfig,
pub client: &'a Client,
pub options: &'a Options,
}Fields§
§platform: &'a Platform§config: &'a PlatformConfig§client: &'a Client§options: &'a OptionsAuto Trait Implementations§
impl<'a> Freeze for DetectionContext<'a>
impl<'a> !RefUnwindSafe for DetectionContext<'a>
impl<'a> Send for DetectionContext<'a>
impl<'a> Sync for DetectionContext<'a>
impl<'a> Unpin for DetectionContext<'a>
impl<'a> UnsafeUnpin for DetectionContext<'a>
impl<'a> !UnwindSafe for DetectionContext<'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