pub enum FixedByteError {
InvalidLength,
}
Variants§
InvalidLength
Trait Implementations§
Source§impl Clone for FixedByteError
impl Clone for FixedByteError
Source§fn clone(&self) -> FixedByteError
fn clone(&self) -> FixedByteError
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 FixedByteError
impl Debug for FixedByteError
Source§impl<'de> Deserialize<'de> for FixedByteError
impl<'de> Deserialize<'de> for FixedByteError
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FixedByteError
impl Display for FixedByteError
Source§impl Error for FixedByteError
impl Error for FixedByteError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 Hash for FixedByteError
impl Hash for FixedByteError
Source§impl Ord for FixedByteError
impl Ord for FixedByteError
Source§fn cmp(&self, other: &FixedByteError) -> Ordering
fn cmp(&self, other: &FixedByteError) -> 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 FixedByteError
impl PartialEq for FixedByteError
Source§impl PartialOrd for FixedByteError
impl PartialOrd for FixedByteError
Source§impl Serialize for FixedByteError
impl Serialize for FixedByteError
impl Eq for FixedByteError
impl StructuralPartialEq for FixedByteError
Auto Trait Implementations§
impl Freeze for FixedByteError
impl RefUnwindSafe for FixedByteError
impl Send for FixedByteError
impl Sync for FixedByteError
impl Unpin for FixedByteError
impl UnwindSafe for FixedByteError
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§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
)impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes