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§
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