pub enum CupWriteMetricDimensionResult {
Success = 1,
UnknownUrl = 2,
Verification = 3,
Download = 4,
Storage = 5,
}Variants§
Trait Implementations§
Source§impl AsEventCode for CupWriteMetricDimensionResult
impl AsEventCode for CupWriteMetricDimensionResult
fn as_event_code(&self) -> u32
Source§impl Clone for CupWriteMetricDimensionResult
impl Clone for CupWriteMetricDimensionResult
Source§fn clone(&self) -> CupWriteMetricDimensionResult
fn clone(&self) -> CupWriteMetricDimensionResult
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 moreimpl Copy for CupWriteMetricDimensionResult
impl Eq for CupWriteMetricDimensionResult
Source§impl Hash for CupWriteMetricDimensionResult
impl Hash for CupWriteMetricDimensionResult
Source§impl Ord for CupWriteMetricDimensionResult
impl Ord for CupWriteMetricDimensionResult
Source§fn cmp(&self, other: &CupWriteMetricDimensionResult) -> Ordering
fn cmp(&self, other: &CupWriteMetricDimensionResult) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for CupWriteMetricDimensionResult
impl PartialOrd for CupWriteMetricDimensionResult
impl StructuralPartialEq for CupWriteMetricDimensionResult
Auto Trait Implementations§
impl Freeze for CupWriteMetricDimensionResult
impl RefUnwindSafe for CupWriteMetricDimensionResult
impl Send for CupWriteMetricDimensionResult
impl Sync for CupWriteMetricDimensionResult
impl Unpin for CupWriteMetricDimensionResult
impl UnsafeUnpin for CupWriteMetricDimensionResult
impl UnwindSafe for CupWriteMetricDimensionResult
Blanket Implementations§
Source§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
Source§fn as_event_codes(&self) -> Vec<u32>
fn as_event_codes(&self) -> Vec<u32>
Converts the source type into a
Vec<u32> of event codes.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