Struct devise::syn::Constraint [−][src]
pub struct Constraint {
pub ident: Ident,
pub colon_token: Colon,
pub bounds: Punctuated<TypeParamBound, Add>,
}
Expand description
An associated type bound: Iterator<Item: Display>
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
ident: Ident
colon_token: Colon
bounds: Punctuated<TypeParamBound, Add>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl !RefUnwindSafe for Constraint
impl !Send for Constraint
impl !Sync for Constraint
impl Unpin for Constraint
impl UnwindSafe for Constraint
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more