Enum stencila_schema::CiteCitationMode
source · [−]pub enum CiteCitationMode {
Parenthetical,
Narrative,
NarrativeAuthor,
NarrativeYear,
normal,
suppressAuthor,
}
Variants
Parenthetical
Narrative
NarrativeAuthor
NarrativeYear
normal
suppressAuthor
Trait Implementations
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>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CiteCitationMode
impl Send for CiteCitationMode
impl Sync for CiteCitationMode
impl Unpin for CiteCitationMode
impl UnwindSafe for CiteCitationMode
Blanket Implementations
Mutably borrows from an owned value. Read more