pub struct SerdeSubdetail {
pub source: AsErrorDetail<DisplayOnly<Error>, DefaultTracer>,
}Fields§
§source: AsErrorDetail<DisplayOnly<Error>, DefaultTracer>Trait Implementations§
Source§impl Clone for SerdeSubdetail
impl Clone for SerdeSubdetail
Source§fn clone(&self) -> SerdeSubdetail
fn clone(&self) -> SerdeSubdetail
Returns a duplicate 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 SerdeSubdetail
impl Debug for SerdeSubdetail
Source§impl Display for SerdeSubdetail
impl Display for SerdeSubdetail
Source§impl PartialEq for SerdeSubdetail
impl PartialEq for SerdeSubdetail
impl Eq for SerdeSubdetail
impl StructuralPartialEq for SerdeSubdetail
Auto Trait Implementations§
impl Freeze for SerdeSubdetail
impl RefUnwindSafe for SerdeSubdetail
impl Send for SerdeSubdetail
impl Sync for SerdeSubdetail
impl Unpin for SerdeSubdetail
impl UnwindSafe for SerdeSubdetail
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.