Struct rustfmt_nightly::Indent [] [src]

pub struct Indent {
    pub block_indent: usize,
    pub alignment: usize,
}

Fields

Methods

impl Indent
[src]

Trait Implementations

impl Copy for Indent
[src]

impl Clone for Indent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Indent
[src]

Formats the value using the given formatter.

impl Add for Indent
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Indent
[src]

The resulting type after applying the - operator

The method for the - operator

impl Add<usize> for Indent
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<usize> for Indent
[src]

The resulting type after applying the - operator

The method for the - operator