pub enum TrackingLevel {
Accurate,
Fast,
}Expand description
Mirrors VNRequestTrackingLevel used by VNTrackingRequest subclasses.
Variants§
Trait Implementations§
Source§impl Clone for TrackingLevel
impl Clone for TrackingLevel
Source§fn clone(&self) -> TrackingLevel
fn clone(&self) -> TrackingLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrackingLevel
impl Debug for TrackingLevel
Source§impl Hash for TrackingLevel
impl Hash for TrackingLevel
Source§impl PartialEq for TrackingLevel
impl PartialEq for TrackingLevel
Source§fn eq(&self, other: &TrackingLevel) -> bool
fn eq(&self, other: &TrackingLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for TrackingLevel
impl Eq for TrackingLevel
impl StructuralPartialEq for TrackingLevel
Auto Trait Implementations§
impl Freeze for TrackingLevel
impl RefUnwindSafe for TrackingLevel
impl Send for TrackingLevel
impl Sync for TrackingLevel
impl Unpin for TrackingLevel
impl UnsafeUnpin for TrackingLevel
impl UnwindSafe for TrackingLevel
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