pub enum LocatorType {
Show 37 variants
Book,
Chapter,
Clause,
Column,
Corollary,
Definition,
Division,
Figure,
Folio,
Line,
Lemma,
Note,
Number,
Opus,
Page,
Paragraph,
Subparagraph,
Subclause,
Subdivision,
Subsection,
Part,
Problem,
Proposition,
Recital,
Schedule,
Section,
Surah,
Theorem,
SubVerbo,
Supplement,
Verse,
Volume,
VolumePeriodical,
VolumeBook,
Issue,
Algorithm,
Custom(String),
}Expand description
Locator types for pinpoint citations.
Variants§
Book
Locator refers to a book within a larger work.
Chapter
Locator refers to a chapter.
Clause
Locator refers to a clause.
Column
Locator refers to a column.
Corollary
Locator refers to a corollary.
Definition
Locator refers to a definition.
Division
Locator refers to a division.
Figure
Locator refers to a figure.
Folio
Locator refers to a folio.
Line
Locator refers to a numbered line.
Lemma
Locator refers to a lemma.
Note
Locator refers to a note.
Number
Locator refers to a numbered unit.
Opus
Locator refers to an opus number.
Page
Locator refers to a page.
Paragraph
Locator refers to a paragraph.
Subparagraph
Locator refers to a sub-paragraph.
Subclause
Locator refers to a sub-clause.
Subdivision
Locator refers to a sub-division.
Subsection
Locator refers to a sub-section.
Part
Locator refers to a part or division.
Problem
Locator refers to a problem.
Proposition
Locator refers to a proposition.
Recital
Locator refers to a recital.
Schedule
Locator refers to a schedule.
Section
Locator refers to a section.
Surah
Locator refers to a surah.
Theorem
Locator refers to a theorem.
SubVerbo
Locator refers to an entry under a headword.
Supplement
Locator refers to a supplement.
Verse
Locator refers to a verse.
Volume
Locator refers to a volume.
VolumePeriodical
Locator refers to a periodical volume.
VolumeBook
Locator refers to a monograph volume.
Issue
Locator refers to an issue.
Algorithm
Locator refers to an algorithm.
Custom(String)
Locator refers to a custom pinpoint label.
Implementations§
Trait Implementations§
Source§impl Clone for LocatorType
impl Clone for LocatorType
Source§fn clone(&self) -> LocatorType
fn clone(&self) -> LocatorType
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for LocatorType
impl Debug for LocatorType
Source§impl Default for LocatorType
impl Default for LocatorType
Source§fn default() -> LocatorType
fn default() -> LocatorType
Source§impl<'de> Deserialize<'de> for LocatorType
impl<'de> Deserialize<'de> for LocatorType
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>,
impl Eq for LocatorType
Source§impl Hash for LocatorType
impl Hash for LocatorType
Source§impl PartialEq for LocatorType
impl PartialEq for LocatorType
Auto Trait Implementations§
impl Freeze for LocatorType
impl RefUnwindSafe for LocatorType
impl Send for LocatorType
impl Sync for LocatorType
impl Unpin for LocatorType
impl UnsafeUnpin for LocatorType
impl UnwindSafe for LocatorType
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
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
key and return true if they are equal.