Enum svgdom::Indent[][src]

pub enum Indent {
    None,
    Spaces(u8),
    Tabs,
}

XML node indention

Variants

Disable indention and new lines.

Indent with spaces. Preferred range is 0..4.

Indent with tabs.

Trait Implementations

impl Clone for Indent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Indent
[src]

impl PartialEq for Indent
[src]

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

This method tests for !=.

impl Debug for Indent
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Indent

impl Sync for Indent