Enum delivery_blob::DeliveryBlobError
source · pub enum DeliveryBlobError {
InvalidType,
BadMagic,
IntegrityError,
}
Variants§
Trait Implementations§
source§impl Clone for DeliveryBlobError
impl Clone for DeliveryBlobError
source§fn clone(&self) -> DeliveryBlobError
fn clone(&self) -> DeliveryBlobError
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 Debug for DeliveryBlobError
impl Debug for DeliveryBlobError
source§impl Display for DeliveryBlobError
impl Display for DeliveryBlobError
source§impl Error for DeliveryBlobError
impl Error for DeliveryBlobError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<DeliveryBlobError> for DecompressError
impl From<DeliveryBlobError> for DecompressError
source§fn from(source: DeliveryBlobError) -> Self
fn from(source: DeliveryBlobError) -> Self
Converts to this type from the input type.
source§impl From<DeliveryBlobError> for Status
impl From<DeliveryBlobError> for Status
source§fn from(value: DeliveryBlobError) -> Self
fn from(value: DeliveryBlobError) -> Self
Converts to this type from the input type.
source§impl PartialEq for DeliveryBlobError
impl PartialEq for DeliveryBlobError
source§fn eq(&self, other: &DeliveryBlobError) -> bool
fn eq(&self, other: &DeliveryBlobError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DeliveryBlobError
impl Eq for DeliveryBlobError
impl StructuralPartialEq for DeliveryBlobError
Auto Trait Implementations§
impl Freeze for DeliveryBlobError
impl RefUnwindSafe for DeliveryBlobError
impl Send for DeliveryBlobError
impl Sync for DeliveryBlobError
impl Unpin for DeliveryBlobError
impl UnwindSafe for DeliveryBlobError
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
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
)