pub enum MerkleForUrlMigratedMetricDimensionResult {
Success = 0,
Fidl = 1,
NotFound = 2,
UnexpectedStatus = 3,
TufError = 4,
ParseError = 5,
BlobTooLarge = 6,
InvalidTargetPath = 7,
NoCustomMetadata = 8,
SerdeError = 9,
}
Variants§
Success = 0
Fidl = 1
NotFound = 2
UnexpectedStatus = 3
TufError = 4
ParseError = 5
BlobTooLarge = 6
InvalidTargetPath = 7
NoCustomMetadata = 8
SerdeError = 9
Trait Implementations§
source§impl AsEventCode for MerkleForUrlMigratedMetricDimensionResult
impl AsEventCode for MerkleForUrlMigratedMetricDimensionResult
fn as_event_code(&self) -> u32
source§impl Clone for MerkleForUrlMigratedMetricDimensionResult
impl Clone for MerkleForUrlMigratedMetricDimensionResult
source§fn clone(&self) -> MerkleForUrlMigratedMetricDimensionResult
fn clone(&self) -> MerkleForUrlMigratedMetricDimensionResult
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 MerkleForUrlMigratedMetricDimensionResult
impl Ord for MerkleForUrlMigratedMetricDimensionResult
source§fn cmp(&self, other: &MerkleForUrlMigratedMetricDimensionResult) -> Ordering
fn cmp(&self, other: &MerkleForUrlMigratedMetricDimensionResult) -> 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 MerkleForUrlMigratedMetricDimensionResult
impl PartialEq for MerkleForUrlMigratedMetricDimensionResult
source§fn eq(&self, other: &MerkleForUrlMigratedMetricDimensionResult) -> bool
fn eq(&self, other: &MerkleForUrlMigratedMetricDimensionResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for MerkleForUrlMigratedMetricDimensionResult
impl PartialOrd for MerkleForUrlMigratedMetricDimensionResult
source§fn partial_cmp(
&self,
other: &MerkleForUrlMigratedMetricDimensionResult,
) -> Option<Ordering>
fn partial_cmp( &self, other: &MerkleForUrlMigratedMetricDimensionResult, ) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for MerkleForUrlMigratedMetricDimensionResult
impl Eq for MerkleForUrlMigratedMetricDimensionResult
impl StructuralPartialEq for MerkleForUrlMigratedMetricDimensionResult
Auto Trait Implementations§
impl Freeze for MerkleForUrlMigratedMetricDimensionResult
impl RefUnwindSafe for MerkleForUrlMigratedMetricDimensionResult
impl Send for MerkleForUrlMigratedMetricDimensionResult
impl Sync for MerkleForUrlMigratedMetricDimensionResult
impl Unpin for MerkleForUrlMigratedMetricDimensionResult
impl UnwindSafe for MerkleForUrlMigratedMetricDimensionResult
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)