pub struct ActionDispatchError {
pub group: String,
pub code: String,
pub message: String,
pub metadata: Option<Value>,
pub actor: Option<ActorSpecifier>,
}Fields§
§group: String§code: String§message: String§metadata: Option<Value>§actor: Option<ActorSpecifier>Trait Implementations§
Source§impl Clone for ActionDispatchError
impl Clone for ActionDispatchError
Source§fn clone(&self) -> ActionDispatchError
fn clone(&self) -> ActionDispatchError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActionDispatchError
impl Debug for ActionDispatchError
Source§impl<'de> Deserialize<'de> for ActionDispatchError
impl<'de> Deserialize<'de> for ActionDispatchError
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 PartialEq for ActionDispatchError
impl PartialEq for ActionDispatchError
Source§impl Serialize for ActionDispatchError
impl Serialize for ActionDispatchError
impl StructuralPartialEq for ActionDispatchError
Auto Trait Implementations§
impl Freeze for ActionDispatchError
impl RefUnwindSafe for ActionDispatchError
impl Send for ActionDispatchError
impl Sync for ActionDispatchError
impl Unpin for ActionDispatchError
impl UnsafeUnpin for ActionDispatchError
impl UnwindSafe for ActionDispatchError
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