Struct rustdoc::html::format::WhereClause [−][src]
Wrapper struct for emitting a where clause from Generics.
Fields
gens: &'a Generics
The Generics from which to emit a where clause.
indent: usize
The number of spaces to indent each line with.
end_newline: bool
Whether the where clause needs to add a comma and newline after the last bound.
Trait Implementations
impl<'a> Display for WhereClause<'a>
[src]
impl<'a> Display for WhereClause<'a>
Auto Trait Implementations
impl<'a> !Send for WhereClause<'a>
impl<'a> !Send for WhereClause<'a>
impl<'a> !Sync for WhereClause<'a>
impl<'a> !Sync for WhereClause<'a>