pub enum SightingType {
Positive,
Negative,
Expiration,
}Variants§
Trait Implementations§
Source§impl Clone for SightingType
impl Clone for SightingType
Source§fn clone(&self) -> SightingType
fn clone(&self) -> SightingType
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 SightingType
impl Debug for SightingType
Source§impl PartialEq for SightingType
impl PartialEq for SightingType
impl Copy for SightingType
impl Eq for SightingType
impl StructuralPartialEq for SightingType
Auto Trait Implementations§
impl Freeze for SightingType
impl RefUnwindSafe for SightingType
impl Send for SightingType
impl Sync for SightingType
impl Unpin for SightingType
impl UnwindSafe for SightingType
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