pub struct Footer<'a> {
pub content: Vec<BodyContent<'a>>,
}
Expand description
The root element of the main document part.
Fields
content: Vec<BodyContent<'a>>
Implementations
pub fn push<T: Into<BodyContent<'a>>>(&mut self, content: T) -> &mut Self
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more