pub struct StructuredErrorCode {
pub domain_code: u32,
pub component_code: u32,
pub error_code: u32,
}
Fields§
§domain_code: u32
§component_code: u32
§error_code: u32
Implementations§
Trait Implementations§
Source§impl Clone for StructuredErrorCode
impl Clone for StructuredErrorCode
Source§fn clone(&self) -> StructuredErrorCode
fn clone(&self) -> StructuredErrorCode
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 StructuredErrorCode
impl Debug for StructuredErrorCode
Source§impl<'de> Deserialize<'de> for StructuredErrorCode
impl<'de> Deserialize<'de> for StructuredErrorCode
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 StructuredErrorCode
impl PartialEq for StructuredErrorCode
Source§impl Serialize for StructuredErrorCode
impl Serialize for StructuredErrorCode
impl Eq for StructuredErrorCode
impl StructuralPartialEq for StructuredErrorCode
Auto Trait Implementations§
impl Freeze for StructuredErrorCode
impl RefUnwindSafe for StructuredErrorCode
impl Send for StructuredErrorCode
impl Sync for StructuredErrorCode
impl Unpin for StructuredErrorCode
impl UnwindSafe for StructuredErrorCode
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