pub struct HeadingIdentifier {
pub artifact: ArtifactKey,
pub slug: String,
}Expand description
Artifact-qualified heading identifier.
Fields§
§artifact: ArtifactKey§slug: StringTrait Implementations§
Source§impl Clone for HeadingIdentifier
impl Clone for HeadingIdentifier
Source§fn clone(&self) -> HeadingIdentifier
fn clone(&self) -> HeadingIdentifier
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 HeadingIdentifier
impl Debug for HeadingIdentifier
Source§impl Hash for HeadingIdentifier
impl Hash for HeadingIdentifier
Source§impl Ord for HeadingIdentifier
impl Ord for HeadingIdentifier
Source§fn cmp(&self, other: &HeadingIdentifier) -> Ordering
fn cmp(&self, other: &HeadingIdentifier) -> Ordering
1.21.0 · 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
Source§impl PartialEq for HeadingIdentifier
impl PartialEq for HeadingIdentifier
Source§impl PartialOrd for HeadingIdentifier
impl PartialOrd for HeadingIdentifier
impl Eq for HeadingIdentifier
impl StructuralPartialEq for HeadingIdentifier
Auto Trait Implementations§
impl Freeze for HeadingIdentifier
impl RefUnwindSafe for HeadingIdentifier
impl Send for HeadingIdentifier
impl Sync for HeadingIdentifier
impl Unpin for HeadingIdentifier
impl UnwindSafe for HeadingIdentifier
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.