pub struct ContextDetector;Expand description
Detects and analyzes the current context
Implementations§
Auto Trait Implementations§
impl Freeze for ContextDetector
impl RefUnwindSafe for ContextDetector
impl Send for ContextDetector
impl Sync for ContextDetector
impl Unpin for ContextDetector
impl UnwindSafe for ContextDetector
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