Struct rustdoc::clean::types::GenericParamDef
source · pub(crate) struct GenericParamDef {
pub(crate) name: Symbol,
pub(crate) kind: GenericParamDefKind,
}
Fields
name: Symbol
kind: GenericParamDefKind
Implementations
sourceimpl GenericParamDef
impl GenericParamDef
pub(crate) fn is_synthetic_type_param(&self) -> bool
pub(crate) fn is_type(&self) -> bool
pub(crate) fn get_bounds(&self) -> Option<&[GenericBound]>
Trait Implementations
sourceimpl Clone for GenericParamDef
impl Clone for GenericParamDef
sourcefn clone(&self) -> GenericParamDef
fn clone(&self) -> GenericParamDef
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 GenericParamDef
impl Debug for GenericParamDef
sourceimpl FromWithTcx<GenericParamDef> for GenericParamDef
impl FromWithTcx<GenericParamDef> for GenericParamDef
fn from_tcx(generic_param: GenericParamDef, tcx: TyCtxt<'_>) -> Self
sourceimpl Hash for GenericParamDef
impl Hash for GenericParamDef
sourceimpl PartialEq<GenericParamDef> for GenericParamDef
impl PartialEq<GenericParamDef> for GenericParamDef
sourcefn eq(&self, other: &GenericParamDef) -> bool
fn eq(&self, other: &GenericParamDef) -> bool
impl Eq for GenericParamDef
impl StructuralEq for GenericParamDef
impl StructuralPartialEq for GenericParamDef
Auto Trait Implementations
impl RefUnwindSafe for GenericParamDef
impl Send for GenericParamDef
impl Sync for GenericParamDef
impl Unpin for GenericParamDef
impl UnwindSafe for GenericParamDef
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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: 56 bytes