[−][src]Struct syn::BoundLifetimes
A set of bound lifetimes: for<'a, 'b, 'c>
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
for_token: For
lt_token: Lt
lifetimes: Punctuated<LifetimeDef, Comma>
gt_token: Gt
Trait Implementations
impl Clone for BoundLifetimes
[src][+]
impl Debug for BoundLifetimes
[src][+]
impl Default for BoundLifetimes
[src][+]
impl Eq for BoundLifetimes
[src]
impl Hash for BoundLifetimes
[src][+]
impl Parse for BoundLifetimes
[src][+]
impl PartialEq<BoundLifetimes> for BoundLifetimes
[src][+]
impl StructuralEq for BoundLifetimes
[src]
impl StructuralPartialEq for BoundLifetimes
[src]
impl ToTokens for BoundLifetimes
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for BoundLifetimes
impl !Send for BoundLifetimes
impl !Sync for BoundLifetimes
impl Unpin for BoundLifetimes
impl UnwindSafe for BoundLifetimes
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,