pub struct CitationStructure {
pub chapter_scope: String,
pub section_scope: String,
}Expand description
Structural citation scope metadata derived from the source document.
Fields§
§chapter_scope: StringThe resolved chapter-level scope key for this citation location.
section_scope: StringThe resolved section-level scope key for this citation location.
Trait Implementations§
Source§impl Clone for CitationStructure
impl Clone for CitationStructure
Source§fn clone(&self) -> CitationStructure
fn clone(&self) -> CitationStructure
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 CitationStructure
impl Debug for CitationStructure
Source§impl Default for CitationStructure
impl Default for CitationStructure
Source§fn default() -> CitationStructure
fn default() -> CitationStructure
Returns the “default value” for a type. Read more
Source§impl PartialEq for CitationStructure
impl PartialEq for CitationStructure
Source§fn eq(&self, other: &CitationStructure) -> bool
fn eq(&self, other: &CitationStructure) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for CitationStructure
impl StructuralPartialEq for CitationStructure
Auto Trait Implementations§
impl Freeze for CitationStructure
impl RefUnwindSafe for CitationStructure
impl Send for CitationStructure
impl Sync for CitationStructure
impl Unpin for CitationStructure
impl UnsafeUnpin for CitationStructure
impl UnwindSafe for CitationStructure
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.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.