pub enum StandardVariable {
Show 47 variants
Abstract,
Annote,
Archive,
ArchiveCollection,
ArchiveLocation,
ArchivePlace,
Authority,
CallNumber,
CitationKey,
CitationLabel,
CollectionTitle,
ContainerTitle,
ContainerTitleShort,
Dimensions,
Division,
Doi,
Event,
EventTitle,
EventPlace,
Genre,
Isbn,
Issn,
Jurisdiction,
Keyword,
Language,
License,
Medium,
Note,
OriginalPublisher,
OriginalPublisherPlace,
OriginalTitle,
PartTitle,
Pmcid,
Pmid,
Publisher,
PublisherPlace,
References,
ReviewedGenre,
ReviewedTitle,
Scale,
Source,
Status,
Title,
TitleShort,
Url,
VolumeTitle,
YearSuffix,
}Expand description
CSL string (“standard”) variables (specification Appendix IV).
Variants§
Abstract
Annote
Archive
ArchiveCollection
ArchiveLocation
ArchivePlace
Authority
CallNumber
CitationKey
CitationLabel
CollectionTitle
ContainerTitle
ContainerTitleShort
Dimensions
Division
Doi
Event
Deprecated CSL standard variable retained for spec coverage.
EventTitle
EventPlace
Genre
Isbn
Issn
Jurisdiction
Keyword
Language
License
Medium
Note
OriginalPublisher
OriginalPublisherPlace
OriginalTitle
PartTitle
Pmcid
Pmid
Publisher
PublisherPlace
References
ReviewedGenre
ReviewedTitle
Scale
Source
Status
Title
TitleShort
Url
VolumeTitle
YearSuffix
Implementations§
Trait Implementations§
Source§impl Clone for StandardVariable
impl Clone for StandardVariable
Source§fn clone(&self) -> StandardVariable
fn clone(&self) -> StandardVariable
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 StandardVariable
impl Debug for StandardVariable
Source§impl Display for StandardVariable
impl Display for StandardVariable
Source§impl Hash for StandardVariable
impl Hash for StandardVariable
Source§impl Ord for StandardVariable
impl Ord for StandardVariable
Source§fn cmp(&self, other: &StandardVariable) -> Ordering
fn cmp(&self, other: &StandardVariable) -> 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 StandardVariable
impl PartialEq for StandardVariable
Source§impl PartialOrd for StandardVariable
impl PartialOrd for StandardVariable
impl Copy for StandardVariable
impl Eq for StandardVariable
impl StructuralPartialEq for StandardVariable
Auto Trait Implementations§
impl Freeze for StandardVariable
impl RefUnwindSafe for StandardVariable
impl Send for StandardVariable
impl Sync for StandardVariable
impl Unpin for StandardVariable
impl UnsafeUnpin for StandardVariable
impl UnwindSafe for StandardVariable
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