Struct latex::Section [] [src]

pub struct Section { /* fields omitted */ }

A document Section.

Methods

impl Section
[src]

Create a new section with the specified name.

Add an element to the Section.

Trait Implementations

impl Clone for Section
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Section
[src]

Formats the value using the given formatter.

impl Default for Section
[src]

Returns the "default value" for a type. Read more

impl PartialEq for Section
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Renderable for Section
[src]

Render the item.