#[repr(i32)]pub enum DetectionResult {
Unknown = 0,
No = 1,
Maybe = 2,
Yes = 3,
}Variants§
Trait Implementations§
Source§impl Clone for DetectionResult
impl Clone for DetectionResult
Source§fn clone(&self) -> DetectionResult
fn clone(&self) -> DetectionResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DetectionResult
impl Debug for DetectionResult
Source§impl Hash for DetectionResult
impl Hash for DetectionResult
Source§impl PartialEq for DetectionResult
impl PartialEq for DetectionResult
impl Eq for DetectionResult
impl StructuralPartialEq for DetectionResult
Auto Trait Implementations§
impl Freeze for DetectionResult
impl RefUnwindSafe for DetectionResult
impl Send for DetectionResult
impl Sync for DetectionResult
impl Unpin for DetectionResult
impl UnwindSafe for DetectionResult
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