pub struct GenericDeclarationLifetime {
pub extent: Extent,
pub name: Lifetime,
pub bounds: Vec<Lifetime>,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§name: Lifetime§bounds: Vec<Lifetime>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for GenericDeclarationLifetime
impl Debug for GenericDeclarationLifetime
Source§impl<'a> Index<&'a GenericDeclarationLifetime> for str
impl<'a> Index<&'a GenericDeclarationLifetime> for str
Source§impl Index<GenericDeclarationLifetime> for str
impl Index<GenericDeclarationLifetime> for str
Auto Trait Implementations§
impl Freeze for GenericDeclarationLifetime
impl RefUnwindSafe for GenericDeclarationLifetime
impl Send for GenericDeclarationLifetime
impl Sync for GenericDeclarationLifetime
impl Unpin for GenericDeclarationLifetime
impl UnsafeUnpin for GenericDeclarationLifetime
impl UnwindSafe for GenericDeclarationLifetime
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