pub struct LifetimeParam {
pub lifetime_or_label: TokenTree,
pub bounds: Vec<Bound>,
}
Expand description
’a: ’static
Fields§
§lifetime_or_label: TokenTree
§bounds: Vec<Bound>
Trait Implementations§
Source§impl Clone for LifetimeParam
impl Clone for LifetimeParam
Source§fn clone(&self) -> LifetimeParam
fn clone(&self) -> LifetimeParam
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LifetimeParam
impl Debug for LifetimeParam
Auto Trait Implementations§
impl Freeze for LifetimeParam
impl RefUnwindSafe for LifetimeParam
impl !Send for LifetimeParam
impl !Sync for LifetimeParam
impl Unpin 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