Struct rustdoc::html::format::WhereClause[][src]

pub struct WhereClause<'a> {
    pub gens: &'a Generics,
    pub indent: usize,
    pub end_newline: bool,
}

Wrapper struct for emitting a where clause from Generics.

Fields

The Generics from which to emit a where clause.

The number of spaces to indent each line with.

Whether the where clause needs to add a comma and newline after the last bound.

Trait Implementations

impl<'a> Display for WhereClause<'a>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> !Send for WhereClause<'a>

impl<'a> !Sync for WhereClause<'a>