Struct rustfmt::Indent [] [src]

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

Fields

Methods

impl Indent
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Copy for Indent
[src]

impl Clone for Indent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Indent
[src]

[src]

Formats the value using the given formatter.

impl Add for Indent
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub for Indent
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl Add<usize> for Indent
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<usize> for Indent
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.