pub struct Names {
pub variables: Vec<String>,
pub name: Option<NameElement>,
pub et_al: Option<EtAl>,
pub label: Option<Label>,
pub substitute: Vec<Element>,
pub common: Common,
}Expand description
<names>: renders one or more name variables.
Fields§
§variables: Vec<String>The variable attribute, split on whitespace.
name: Option<NameElement>§et_al: Option<EtAl>§label: Option<Label>§substitute: Vec<Element><substitute> fallback elements.
common: CommonTrait Implementations§
impl Eq for Names
impl StructuralPartialEq for Names
Auto Trait Implementations§
impl Freeze for Names
impl RefUnwindSafe for Names
impl Send for Names
impl Sync for Names
impl Unpin for Names
impl UnsafeUnpin for Names
impl UnwindSafe for Names
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