pub struct FoundRef {
pub kind: &'static str,
pub name: String,
pub at: String,
}Expand description
One {{…}} reference found by scan_references.
Fields§
§kind: &'static strsecret | secret-file | config.
name: String§at: StringWhere it sat (a dotted path into the document).
Trait Implementations§
impl Eq for FoundRef
Source§impl Ord for FoundRef
impl Ord for FoundRef
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for FoundRef
impl PartialOrd for FoundRef
impl StructuralPartialEq for FoundRef
Auto Trait Implementations§
impl Freeze for FoundRef
impl RefUnwindSafe for FoundRef
impl Send for FoundRef
impl Sync for FoundRef
impl Unpin for FoundRef
impl UnsafeUnpin for FoundRef
impl UnwindSafe for FoundRef
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