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