pub struct HumanErrorCause {
pub code: String,
pub message: String,
}Fields§
§code: String§message: StringTrait Implementations§
Source§impl Clone for HumanErrorCause
impl Clone for HumanErrorCause
Source§fn clone(&self) -> HumanErrorCause
fn clone(&self) -> HumanErrorCause
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 HumanErrorCause
impl Debug for HumanErrorCause
Source§impl PartialEq for HumanErrorCause
impl PartialEq for HumanErrorCause
Source§fn eq(&self, other: &HumanErrorCause) -> bool
fn eq(&self, other: &HumanErrorCause) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for HumanErrorCause
impl StructuralPartialEq for HumanErrorCause
Auto Trait Implementations§
impl Freeze for HumanErrorCause
impl RefUnwindSafe for HumanErrorCause
impl Send for HumanErrorCause
impl Sync for HumanErrorCause
impl Unpin for HumanErrorCause
impl UnsafeUnpin for HumanErrorCause
impl UnwindSafe for HumanErrorCause
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