pub struct AuthorLine<'src> { /* private fields */ }Expand description
The author line is directly after the document title line in the document header. When the content on this line is structured correctly, the processor assigns the content to the built-in author and email attributes.
Implementations§
Source§impl<'src> AuthorLine<'src>
impl<'src> AuthorLine<'src>
Return an iterator over the authors in this author line.
Trait Implementations§
Source§impl<'src> Clone for AuthorLine<'src>
impl<'src> Clone for AuthorLine<'src>
Source§fn clone(&self) -> AuthorLine<'src>
fn clone(&self) -> AuthorLine<'src>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'src> Debug for AuthorLine<'src>
impl<'src> Debug for AuthorLine<'src>
Source§impl<'src> HasSpan<'src> for AuthorLine<'src>
impl<'src> HasSpan<'src> for AuthorLine<'src>
Source§impl<'src> PartialEq for AuthorLine<'src>
impl<'src> PartialEq for AuthorLine<'src>
impl<'src> Eq for AuthorLine<'src>
impl<'src> StructuralPartialEq for AuthorLine<'src>
Auto Trait Implementations§
impl<'src> Freeze for AuthorLine<'src>
impl<'src> RefUnwindSafe for AuthorLine<'src>
impl<'src> Send for AuthorLine<'src>
impl<'src> Sync for AuthorLine<'src>
impl<'src> Unpin for AuthorLine<'src>
impl<'src> UnwindSafe for AuthorLine<'src>
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