pub struct Header<'src> { /* private fields */ }
Expand description
An AsciiDoc document may begin with a document header. The document header encapsulates the document title, author and revision information, document-wide attributes, and other document metadata.
Implementations§
Trait Implementations§
impl<'src> Eq for Header<'src>
impl<'src> StructuralPartialEq for Header<'src>
Auto Trait Implementations§
impl<'src> Freeze for Header<'src>
impl<'src> RefUnwindSafe for Header<'src>
impl<'src> Send for Header<'src>
impl<'src> Sync for Header<'src>
impl<'src> Unpin for Header<'src>
impl<'src> UnwindSafe for Header<'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