pub struct JoinSubdetail {
pub source: AsErrorDetail<DisplayOnly<JoinError>, DefaultTracer>,
}Fields§
§source: AsErrorDetail<DisplayOnly<JoinError>, DefaultTracer>Trait Implementations§
Source§impl Clone for JoinSubdetail
impl Clone for JoinSubdetail
Source§fn clone(&self) -> JoinSubdetail
fn clone(&self) -> JoinSubdetail
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 JoinSubdetail
impl Debug for JoinSubdetail
Source§impl Display for JoinSubdetail
impl Display for JoinSubdetail
Source§impl PartialEq for JoinSubdetail
impl PartialEq for JoinSubdetail
impl Eq for JoinSubdetail
impl StructuralPartialEq for JoinSubdetail
Auto Trait Implementations§
impl Freeze for JoinSubdetail
impl RefUnwindSafe for JoinSubdetail
impl Send for JoinSubdetail
impl Sync for JoinSubdetail
impl Unpin for JoinSubdetail
impl UnwindSafe for JoinSubdetail
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.