StandardVariable

Enum StandardVariable 

Source
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

The set of variables with no other attributes.

Variants§

§

Abstract

Abstract of the item (e.g. the abstract of a journal article).

§

Annote

Short markup, decoration, or annotation to the item (e.g., to indicate items included in a review); For descriptive text (e.g., in an annotated bibliography), use note instead.

§

Archive

Archive storing the item.

§

ArchiveCollection

Collection the item is part of within an archive.

§

ArchiveLocation

Storage location within an archive (e.g. a box and folder number).

§

ArchivePlace

Geographic location of the archive.

§

Authority

Issuing or judicial authority (e.g. “USPTO” for a patent, “Fairfax Circuit Court” for a legal case).

§

CallNumber

Call number (to locate the item in a library).

§

CitationKey

Identifier of the item in the input data file (analogous to BibTeX entrykey); Use this variable to facilitate conversion between word-processor and plain-text writing systems; For an identifier intended as formatted output label for a citation (e.g. “Ferr78”), use citation-label instead.

§

CitationLabel

Label identifying the item in in-text citations of label styles (e.g. “Ferr78”); May be assigned by the CSL processor based on item metadata; For the identifier of the item in the input data file, use citation-key instead.

§

CollectionTitle

Title of the collection holding the item (e.g. the series title for a book; the lecture series title for a presentation).

§

ContainerTitle

Title of the container holding the item (e.g. the book title for a book chapter, the journal title for a journal article; the album title for a recording; the session title for multi-part presentation at a conference).

§

ContainerTitleShort

Short/abbreviated form of container-title; Deprecated; use variable=“container-title” form=“short” instead.

§

Dimensions

Physical (e.g. size) or temporal (e.g. running time) dimensions of the item.

§

Division

Minor subdivision of a court with a jurisdiction for a legal item.

§

DOI

Digital Object Identifier (e.g. “10.1128/AEM.02591-07”).

§

Event

Deprecated legacy variant of event-title.

§

EventTitle

Name of the event related to the item (e.g. the conference name when citing a conference paper; the meeting where presentation was made).

§

EventPlace

Geographic location of the event related to the item (e.g. “Amsterdam, The Netherlands”).

§

Genre

Type, class, or subtype of the item (e.g. “Doctoral dissertation” for a PhD thesis; “NIH Publication” for an NIH technical report); Do not use for topical descriptions or categories (e.g. “adventure” for an adventure movie).

§

ISBN

International Standard Book Number (e.g. “978-3-8474-1017-1”).

§

ISSN

International Standard Serial Number.

§

Jurisdiction

Geographic scope of relevance (e.g. “US” for a US patent; the court hearing a legal case).

§

Keyword

Keyword(s) or tag(s) attached to the item.

§

Language

The language of the item.

§

License

The license information applicable to an item (e.g. the license an article or software is released under; the copyright information for an item; the classification status of a document).

§

Medium

Description of the item’s format or medium (e.g. “CD”, “DVD”, “Album”, etc.).

§

Note

Descriptive text or notes about an item (e.g. in an annotated bibliography).

§

OriginalPublisher

Original publisher, for items that have been republished by a different publisher.

§

OriginalPublisherPlace

Geographic location of the original publisher (e.g. “London, UK”).

§

OriginalTitle

Title of the original version (e.g. “Война и мир”, the untranslated Russian title of “War and Peace”).

§

PartTitle

Title of the specific part of an item being cited.

§

PMCID

PubMed Central reference number.

§

PMID

PubMed reference number.

§

Publisher

Publisher.

§

PublisherPlace

Geographic location of the publisher.

§

References

Resources related to the procedural history of a legal case or legislation; Can also be used to refer to the procedural history of other items (e.g. “Conference canceled” for a presentation accepted as a conference that was subsequently canceled; details of a retraction or correction notice).

§

ReviewedGenre

Type of the item being reviewed by the current item (e.g. book, film).

§

ReviewedTitle

Title of the item reviewed by the current item.

§

Scale

Scale of e.g. a map or model.

§

Source

Source from whence the item originates (e.g. a library catalog or database).

§

Status

Publication status of the item (e.g. “forthcoming”; “in press”; “advance online publication”; “retracted”).

§

Title

Primary title of the item.

§

TitleShort

Short/abbreviated form of title; Deprecated; use variable=“title” form=“short” instead.

§

URL

Uniform Resource Locator (e.g. “https://aem.asm.org/cgi/content/full/74/9/2766”).

§

VolumeTitle

Title of the volume of the item or container holding the item; Also use for titles of periodical special issues, special sections, and the like.

§

YearSuffix

Disambiguating year suffix in author-date styles (e.g. “a” in “Doe, 1999a”).

Trait Implementations§

Source§

impl Clone for StandardVariable

Source§

fn clone(&self) -> StandardVariable

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for StandardVariable

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for StandardVariable

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl Display for StandardVariable

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl From<StandardVariable> for Variable

Source§

fn from(value: StandardVariable) -> Self

Converts to this type from the input type.
Source§

impl Hash for StandardVariable

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for StandardVariable

Source§

fn eq(&self, other: &StandardVariable) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for StandardVariable

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl Copy for StandardVariable

Source§

impl Eq for StandardVariable

Source§

impl StructuralPartialEq for StandardVariable

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,