pub struct ImplementingPath {
pub path: String,
pub source: TraceSource,
}Expand description
A path claimed by a spec, with its linkage source.
Fields§
§path: String§source: TraceSourceTrait Implementations§
Source§impl Clone for ImplementingPath
impl Clone for ImplementingPath
Source§fn clone(&self) -> ImplementingPath
fn clone(&self) -> ImplementingPath
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 ImplementingPath
impl Debug for ImplementingPath
Source§impl<'de> Deserialize<'de> for ImplementingPath
impl<'de> Deserialize<'de> for ImplementingPath
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ImplementingPath
Source§impl PartialEq for ImplementingPath
impl PartialEq for ImplementingPath
Source§fn eq(&self, other: &ImplementingPath) -> bool
fn eq(&self, other: &ImplementingPath) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ImplementingPath
impl Serialize for ImplementingPath
impl StructuralPartialEq for ImplementingPath
Auto Trait Implementations§
impl Freeze for ImplementingPath
impl RefUnwindSafe for ImplementingPath
impl Send for ImplementingPath
impl Sync for ImplementingPath
impl Unpin for ImplementingPath
impl UnsafeUnpin for ImplementingPath
impl UnwindSafe for ImplementingPath
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.