pub struct ExplicitReference {
pub kind: ExplicitReferenceKind,
pub target: String,
pub evidence: LineEvidence,
}Expand description
An explicit, bounded graph reference and its source location.
Fields§
§kind: ExplicitReferenceKindReferenced entity category.
target: StringCanonical target text without credentials, query parameters, or fragments.
evidence: LineEvidenceInclusive source range supporting the reference.
Trait Implementations§
Source§impl Clone for ExplicitReference
impl Clone for ExplicitReference
Source§fn clone(&self) -> ExplicitReference
fn clone(&self) -> ExplicitReference
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 ExplicitReference
impl Debug for ExplicitReference
Source§impl<'de> Deserialize<'de> for ExplicitReference
impl<'de> Deserialize<'de> for ExplicitReference
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 ExplicitReference
Source§impl Hash for ExplicitReference
impl Hash for ExplicitReference
Source§impl PartialEq for ExplicitReference
impl PartialEq for ExplicitReference
Source§impl Serialize for ExplicitReference
impl Serialize for ExplicitReference
impl StructuralPartialEq for ExplicitReference
Auto Trait Implementations§
impl Freeze for ExplicitReference
impl RefUnwindSafe for ExplicitReference
impl Send for ExplicitReference
impl Sync for ExplicitReference
impl Unpin for ExplicitReference
impl UnsafeUnpin for ExplicitReference
impl UnwindSafe for ExplicitReference
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.