pub enum Detected {
Yes(PxDetection),
No,
}Variants§
Yes(PxDetection)
No
Trait Implementations§
impl Eq for Detected
impl StructuralPartialEq for Detected
Auto Trait Implementations§
impl Freeze for Detected
impl RefUnwindSafe for Detected
impl Send for Detected
impl Sync for Detected
impl Unpin for Detected
impl UnsafeUnpin for Detected
impl UnwindSafe for Detected
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