pub struct GenericDeclarations {
pub extent: Extent,
pub lifetimes: Vec<Attributed<GenericDeclarationLifetime>>,
pub types: Vec<Attributed<GenericDeclarationType>>,
pub consts: Vec<Attributed<GenericDeclarationConst>>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§lifetimes: Vec<Attributed<GenericDeclarationLifetime>>§types: Vec<Attributed<GenericDeclarationType>>§consts: Vec<Attributed<GenericDeclarationConst>>§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for GenericDeclarations
impl Debug for GenericDeclarations
Source§impl<'a> Index<&'a GenericDeclarations> for str
impl<'a> Index<&'a GenericDeclarations> for str
Source§impl Index<GenericDeclarations> for str
impl Index<GenericDeclarations> for str
Auto Trait Implementations§
impl Freeze for GenericDeclarations
impl RefUnwindSafe for GenericDeclarations
impl Send for GenericDeclarations
impl Sync for GenericDeclarations
impl Unpin for GenericDeclarations
impl UnsafeUnpin for GenericDeclarations
impl UnwindSafe for GenericDeclarations
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