Struct rustc_ast::ast::GenericParam
source · pub struct GenericParam {
pub id: NodeId,
pub ident: Ident,
pub attrs: AttrVec,
pub bounds: GenericBounds,
pub is_placeholder: bool,
pub kind: GenericParamKind,
pub colon_span: Option<Span>,
}
Fields§
§id: NodeId
§ident: Ident
§attrs: AttrVec
§bounds: GenericBounds
§is_placeholder: bool
§kind: GenericParamKind
§colon_span: Option<Span>
Implementations§
Trait Implementations§
source§impl Clone for GenericParam
impl Clone for GenericParam
source§fn clone(&self) -> GenericParam
fn clone(&self) -> GenericParam
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 GenericParam
impl Debug for GenericParam
source§impl<__D: Decoder> Decodable<__D> for GenericParam
impl<__D: Decoder> Decodable<__D> for GenericParam
source§impl<__E: Encoder> Encodable<__E> for GenericParam
impl<__E: Encoder> Encodable<__E> for GenericParam
source§impl HasAttrs for GenericParam
impl HasAttrs for GenericParam
source§const SUPPORTS_CUSTOM_INNER_ATTRS: bool = false
const SUPPORTS_CUSTOM_INNER_ATTRS: bool = false
This is
true
if this HasAttrs
might support ‘custom’ (proc-macro) inner
attributes. Attributes like #![cfg]
and #![cfg_attr]
are not
considered ‘custom’ attributes. Read morefn attrs(&self) -> &[Attribute]
fn visit_attrs(&mut self, f: impl FnOnce(&mut AttrVec))
source§impl HasNodeId for GenericParam
impl HasNodeId for GenericParam
source§impl HasTokens for GenericParam
impl HasTokens for GenericParam
fn tokens(&self) -> Option<&LazyAttrTokenStream>
fn tokens_mut(&mut self) -> Option<&mut Option<LazyAttrTokenStream>>
Auto Trait Implementations§
impl !RefUnwindSafe for GenericParam
impl !Send for GenericParam
impl !Sync for GenericParam
impl Unpin for GenericParam
impl !UnwindSafe for GenericParam
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 96 bytes