pub struct Title {
pub lang: Option<LanguageTag>,
pub elements: Vec<TitleElement>,
}Expand description
A title, used in sections, poems and body elements
Fields§
§lang: Option<LanguageTag>§elements: Vec<TitleElement>Trait Implementations§
source§impl PartialEq<Title> for Title
impl PartialEq<Title> for Title
impl StructuralPartialEq for Title
Auto Trait Implementations§
impl RefUnwindSafe for Title
impl Send for Title
impl Sync for Title
impl Unpin for Title
impl UnwindSafe for Title
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