pub struct FrontmatterLink {
pub site: LinkSite,
pub address: Address,
pub raw: String,
}Expand description
One frontmatter link site as Graph::frontmatter_links enumerates it:
where it is, as a LinkSite and as the Address
an editor takes, and the target exactly as written.
Fields§
§site: LinkSite§address: Address§raw: StringTrait Implementations§
Source§impl Clone for FrontmatterLink
impl Clone for FrontmatterLink
Source§fn clone(&self) -> FrontmatterLink
fn clone(&self) -> FrontmatterLink
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 FrontmatterLink
impl Debug for FrontmatterLink
impl Eq for FrontmatterLink
Source§impl PartialEq for FrontmatterLink
impl PartialEq for FrontmatterLink
impl StructuralPartialEq for FrontmatterLink
Auto Trait Implementations§
impl Freeze for FrontmatterLink
impl RefUnwindSafe for FrontmatterLink
impl Send for FrontmatterLink
impl Sync for FrontmatterLink
impl Unpin for FrontmatterLink
impl UnsafeUnpin for FrontmatterLink
impl UnwindSafe for FrontmatterLink
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.