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
sourceimpl GenericParam
impl GenericParam
Trait Implementations
sourceimpl Clone for GenericParam
impl Clone for GenericParam
sourcefn clone(&self) -> GenericParam
fn clone(&self) -> GenericParam
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GenericParam
impl Debug for GenericParam
sourceimpl<__D: Decoder> Decodable<__D> for GenericParam
impl<__D: Decoder> Decodable<__D> for GenericParam
sourceimpl HasAttrs for GenericParam
impl HasAttrs for GenericParam
sourceconst 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))
sourceimpl HasNodeId for GenericParam
impl HasNodeId for GenericParam
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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