pub struct Cite {
pub id: Option<String>,
pub lang: Option<LanguageTag>,
pub elements: Vec<CiteElement>,
pub text_authors: Vec<Paragraph>,
}Expand description
A citation with an optional citation author at the end
Fields§
§id: Option<String>§lang: Option<LanguageTag>§elements: Vec<CiteElement>Trait Implementations§
source§impl PartialEq<Cite> for Cite
impl PartialEq<Cite> for Cite
impl StructuralPartialEq for Cite
Auto Trait Implementations§
impl RefUnwindSafe for Cite
impl Send for Cite
impl Sync for Cite
impl Unpin for Cite
impl UnwindSafe for Cite
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