pub enum SoftwareDeliveryMetricDimensionStatusCode {
Success = 0,
Error = 1,
ErrorStorage = 2,
ErrorStorageOutOfSpace = 3,
ErrorNetworking = 4,
ErrorUntrustedTufRepo = 5,
Canceled = 6,
}
Variants§
Success = 0
Error = 1
ErrorStorage = 2
ErrorStorageOutOfSpace = 3
ErrorNetworking = 4
ErrorUntrustedTufRepo = 5
Canceled = 6
Trait Implementations§
Source§impl AsEventCode for SoftwareDeliveryMetricDimensionStatusCode
impl AsEventCode for SoftwareDeliveryMetricDimensionStatusCode
fn as_event_code(&self) -> u32
Source§impl Clone for SoftwareDeliveryMetricDimensionStatusCode
impl Clone for SoftwareDeliveryMetricDimensionStatusCode
Source§fn clone(&self) -> SoftwareDeliveryMetricDimensionStatusCode
fn clone(&self) -> SoftwareDeliveryMetricDimensionStatusCode
Returns a copy 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 Ord for SoftwareDeliveryMetricDimensionStatusCode
impl Ord for SoftwareDeliveryMetricDimensionStatusCode
Source§fn cmp(&self, other: &SoftwareDeliveryMetricDimensionStatusCode) -> Ordering
fn cmp(&self, other: &SoftwareDeliveryMetricDimensionStatusCode) -> Ordering
1.21.0 · 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
Source§impl PartialEq for SoftwareDeliveryMetricDimensionStatusCode
impl PartialEq for SoftwareDeliveryMetricDimensionStatusCode
Source§fn eq(&self, other: &SoftwareDeliveryMetricDimensionStatusCode) -> bool
fn eq(&self, other: &SoftwareDeliveryMetricDimensionStatusCode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for SoftwareDeliveryMetricDimensionStatusCode
impl PartialOrd for SoftwareDeliveryMetricDimensionStatusCode
impl Copy for SoftwareDeliveryMetricDimensionStatusCode
impl Eq for SoftwareDeliveryMetricDimensionStatusCode
impl StructuralPartialEq for SoftwareDeliveryMetricDimensionStatusCode
Auto Trait Implementations§
impl Freeze for SoftwareDeliveryMetricDimensionStatusCode
impl RefUnwindSafe for SoftwareDeliveryMetricDimensionStatusCode
impl Send for SoftwareDeliveryMetricDimensionStatusCode
impl Sync for SoftwareDeliveryMetricDimensionStatusCode
impl Unpin for SoftwareDeliveryMetricDimensionStatusCode
impl UnwindSafe for SoftwareDeliveryMetricDimensionStatusCode
Blanket Implementations§
§impl<A> AsEventCodes for Awhere
A: AsEventCode,
impl<A> AsEventCodes for Awhere
A: AsEventCode,
§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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)