pub enum CommandOutboxIdError {
NotUuidV7(Uuid),
}Variants§
Trait Implementations§
Source§impl Debug for CommandOutboxIdError
impl Debug for CommandOutboxIdError
Source§impl Display for CommandOutboxIdError
impl Display for CommandOutboxIdError
Source§impl Error for CommandOutboxIdError
impl Error for CommandOutboxIdError
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 CommandOutboxIdError
impl RefUnwindSafe for CommandOutboxIdError
impl Send for CommandOutboxIdError
impl Sync for CommandOutboxIdError
impl Unpin for CommandOutboxIdError
impl UnwindSafe for CommandOutboxIdError
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