pub enum CiteCommand {
Cite,
Nocite,
}Expand description
The behavior of a curated citation command.
Variants§
Cite
A command whose first braced argument is a comma-separated citation-key list.
Nocite
\nocite, whose key list additionally accepts the * wildcard.
Trait Implementations§
Source§impl Clone for CiteCommand
impl Clone for CiteCommand
Source§fn clone(&self) -> CiteCommand
fn clone(&self) -> CiteCommand
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 moreimpl Copy for CiteCommand
Source§impl Debug for CiteCommand
impl Debug for CiteCommand
impl Eq for CiteCommand
Source§impl PartialEq for CiteCommand
impl PartialEq for CiteCommand
impl StructuralPartialEq for CiteCommand
Auto Trait Implementations§
impl Freeze for CiteCommand
impl RefUnwindSafe for CiteCommand
impl Send for CiteCommand
impl Sync for CiteCommand
impl Unpin for CiteCommand
impl UnsafeUnpin for CiteCommand
impl UnwindSafe for CiteCommand
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