Enum syn::TypeParamBound [−][src]
A trait or lifetime used as a bound on a type parameter.
This type is available if Syn is built with the "derive"
or "full"
feature.
Variants
Trait(TraitBound)
Lifetime(Lifetime)
Trait Implementations
impl Synom for TypeParamBound
[src]
[+]
impl Synom for TypeParamBound
impl Clone for TypeParamBound
[src]
[+]
impl Clone for TypeParamBound
impl From<TraitBound> for TypeParamBound
[src]
[+]
impl From<TraitBound> for TypeParamBound
impl From<Lifetime> for TypeParamBound
[src]
[+]
impl From<Lifetime> for TypeParamBound
impl ToTokens for TypeParamBound
[src]
[+]
impl ToTokens for TypeParamBound
Auto Trait Implementations
impl !Send for TypeParamBound
impl !Send for TypeParamBound
impl !Sync for TypeParamBound
impl !Sync for TypeParamBound