pub struct LifetimeParam {
pub ident: TokenStream,
pub bounds: Option<TokenStream>,
}Fields§
§ident: TokenStream§bounds: Option<TokenStream>Trait Implementations§
Source§impl Clone for LifetimeParam
impl Clone for LifetimeParam
Source§fn clone(&self) -> LifetimeParam
fn clone(&self) -> LifetimeParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl TokenBuilderExtend for LifetimeParam
impl TokenBuilderExtend for LifetimeParam
fn add_to(&self, tb: &mut TokenBuilder)
Auto Trait Implementations§
impl !Send for LifetimeParam
impl !Sync for LifetimeParam
impl Freeze for LifetimeParam
impl RefUnwindSafe for LifetimeParam
impl Unpin for LifetimeParam
impl UnsafeUnpin for LifetimeParam
impl UnwindSafe for LifetimeParam
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more