pub enum FetchBlobMigratedMetricDimensionResult {
Show 45 variants
Success = 0,
CreateBlob = 1,
BadHttpStatus = 2,
NoMirrors = 3,
ContentLengthMismatch = 4,
UnknownLength = 5,
BlobTooSmall = 6,
BlobTooLarge = 7,
Truncate = 8,
Write = 9,
Hyper = 10,
Http = 11,
BlobUrl = 12,
FidlError = 13,
IoError = 14,
LocalMirror = 15,
NoBlobSource = 16,
ConflictingBlobSources = 17,
BlobHeaderDeadlineExceeded = 18,
BlobBodyDeadlineExceeded = 19,
HttpBadRequest = 20,
HttpUnauthorized = 21,
HttpForbidden = 22,
HttpNotFound = 23,
HttpMethodNotAllowed = 24,
HttpRequestTimeout = 25,
HttpPreconditionFailed = 26,
HttpRangeNotSatisfiable = 27,
HttpTooManyRequests = 28,
HttpInternalServerError = 29,
HttpBadGateway = 30,
HttpServiceUnavailable = 31,
HttpGatewayTimeout = 32,
Http1xx = 33,
Http2xx = 34,
Http3xx = 35,
Http4xx = 36,
Http5xx = 37,
ExpectedHttpStatus206 = 38,
MissingContentRangeHeader = 39,
MalformedContentRangeHeader = 40,
InvalidContentRangeHeader = 41,
ExceededResumptionAttemptLimit = 42,
ContentLengthContentRangeMismatch = 43,
BlobWritten = 44,
}
Variants§
Success = 0
CreateBlob = 1
BadHttpStatus = 2
NoMirrors = 3
ContentLengthMismatch = 4
UnknownLength = 5
BlobTooSmall = 6
BlobTooLarge = 7
Truncate = 8
Write = 9
Hyper = 10
Http = 11
BlobUrl = 12
FidlError = 13
IoError = 14
LocalMirror = 15
NoBlobSource = 16
ConflictingBlobSources = 17
BlobHeaderDeadlineExceeded = 18
BlobBodyDeadlineExceeded = 19
HttpBadRequest = 20
HttpForbidden = 22
HttpNotFound = 23
HttpMethodNotAllowed = 24
HttpRequestTimeout = 25
HttpPreconditionFailed = 26
HttpRangeNotSatisfiable = 27
HttpTooManyRequests = 28
HttpInternalServerError = 29
HttpBadGateway = 30
HttpGatewayTimeout = 32
Http1xx = 33
Http2xx = 34
Http3xx = 35
Http4xx = 36
Http5xx = 37
ExpectedHttpStatus206 = 38
MissingContentRangeHeader = 39
MalformedContentRangeHeader = 40
InvalidContentRangeHeader = 41
ExceededResumptionAttemptLimit = 42
ContentLengthContentRangeMismatch = 43
BlobWritten = 44
Trait Implementations§
Source§impl AsEventCode for FetchBlobMigratedMetricDimensionResult
impl AsEventCode for FetchBlobMigratedMetricDimensionResult
fn as_event_code(&self) -> u32
Source§impl Clone for FetchBlobMigratedMetricDimensionResult
impl Clone for FetchBlobMigratedMetricDimensionResult
Source§fn clone(&self) -> FetchBlobMigratedMetricDimensionResult
fn clone(&self) -> FetchBlobMigratedMetricDimensionResult
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 FetchBlobMigratedMetricDimensionResult
impl Ord for FetchBlobMigratedMetricDimensionResult
Source§fn cmp(&self, other: &FetchBlobMigratedMetricDimensionResult) -> Ordering
fn cmp(&self, other: &FetchBlobMigratedMetricDimensionResult) -> 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 FetchBlobMigratedMetricDimensionResult
impl PartialEq for FetchBlobMigratedMetricDimensionResult
Source§fn eq(&self, other: &FetchBlobMigratedMetricDimensionResult) -> bool
fn eq(&self, other: &FetchBlobMigratedMetricDimensionResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for FetchBlobMigratedMetricDimensionResult
impl PartialOrd for FetchBlobMigratedMetricDimensionResult
impl Copy for FetchBlobMigratedMetricDimensionResult
impl Eq for FetchBlobMigratedMetricDimensionResult
impl StructuralPartialEq for FetchBlobMigratedMetricDimensionResult
Auto Trait Implementations§
impl Freeze for FetchBlobMigratedMetricDimensionResult
impl RefUnwindSafe for FetchBlobMigratedMetricDimensionResult
impl Send for FetchBlobMigratedMetricDimensionResult
impl Sync for FetchBlobMigratedMetricDimensionResult
impl Unpin for FetchBlobMigratedMetricDimensionResult
impl UnwindSafe for FetchBlobMigratedMetricDimensionResult
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
)