pub struct TypePathTrace(/* private fields */);Implementations§
Source§impl TypePathTrace
impl TypePathTrace
Trait Implementations§
Source§impl Clone for TypePathTrace
impl Clone for TypePathTrace
Source§fn clone(&self) -> TypePathTrace
fn clone(&self) -> TypePathTrace
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 TypePathTrace
impl Debug for TypePathTrace
Source§impl Hash for TypePathTrace
impl Hash for TypePathTrace
Source§impl PartialEq for TypePathTrace
impl PartialEq for TypePathTrace
impl Eq for TypePathTrace
impl StructuralPartialEq for TypePathTrace
Auto Trait Implementations§
impl Freeze for TypePathTrace
impl RefUnwindSafe for TypePathTrace
impl Send for TypePathTrace
impl Sync for TypePathTrace
impl Unpin for TypePathTrace
impl UnsafeUnpin for TypePathTrace
impl UnwindSafe for TypePathTrace
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.