Struct eventsourced::HandleCmdError
source · pub struct HandleCmdError(/* private fields */);Expand description
A technical error, signaling that a command cannot be sent from an EntityRef to its event sourced entity or the result cannot be received from its event sourced entity.
Trait Implementations§
source§impl Debug for HandleCmdError
impl Debug for HandleCmdError
source§impl<'de> Deserialize<'de> for HandleCmdError
impl<'de> Deserialize<'de> for HandleCmdError
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 HandleCmdError
impl Display for HandleCmdError
source§impl Error for HandleCmdError
impl Error for HandleCmdError
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()
Auto Trait Implementations§
impl Freeze for HandleCmdError
impl RefUnwindSafe for HandleCmdError
impl Send for HandleCmdError
impl Sync for HandleCmdError
impl Unpin for HandleCmdError
impl UnwindSafe for HandleCmdError
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