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