pub enum UlidDecodeError {
InvalidSize {
len: usize,
},
}Expand description
UlidDecodeError
Variants§
Trait Implementations§
Source§impl Debug for UlidDecodeError
impl Debug for UlidDecodeError
Source§impl Display for UlidDecodeError
impl Display for UlidDecodeError
Source§impl Error for UlidDecodeError
impl Error for UlidDecodeError
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()
Auto Trait Implementations§
impl Freeze for UlidDecodeError
impl RefUnwindSafe for UlidDecodeError
impl Send for UlidDecodeError
impl Sync for UlidDecodeError
impl Unpin for UlidDecodeError
impl UnwindSafe for UlidDecodeError
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