Enum rustdoc::clean::GenericParamDef [−][src]
Variants
Lifetime(Lifetime)
Type(TyParam)
Methods
impl GenericParamDef
[src]
impl GenericParamDef
pub fn is_synthetic_type_param(&self) -> bool
[src]
pub fn is_synthetic_type_param(&self) -> bool
Trait Implementations
impl Clone for GenericParamDef
[src]
impl Clone for GenericParamDef
fn clone(&self) -> GenericParamDef
[src]
fn clone(&self) -> GenericParamDef
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Encodable for GenericParamDef
[src]
impl Encodable for GenericParamDef
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
[src]
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Decodable for GenericParamDef
[src]
impl Decodable for GenericParamDef
fn decode<__D: Decoder>(d: &mut __D) -> Result<GenericParamDef, __D::Error>
[src]
fn decode<__D: Decoder>(d: &mut __D) -> Result<GenericParamDef, __D::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl PartialEq for GenericParamDef
[src]
impl PartialEq for GenericParamDef
fn eq(&self, other: &GenericParamDef) -> bool
[src]
fn eq(&self, other: &GenericParamDef) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &GenericParamDef) -> bool
[src]
fn ne(&self, other: &GenericParamDef) -> bool
This method tests for !=
.
impl Eq for GenericParamDef
[src]
impl Eq for GenericParamDef
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl Debug for GenericParamDef
[src]
impl Debug for GenericParamDef
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Hash for GenericParamDef
[src]
impl Hash for GenericParamDef
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0
[src]Feeds a slice of this type into the given [Hasher
]. Read more
impl Clean<GenericParamDef> for GenericParam
[src]
impl Clean<GenericParamDef> for GenericParam
fn clean(&self, cx: &DocContext) -> GenericParamDef
[src]
fn clean(&self, cx: &DocContext) -> GenericParamDef
impl Display for GenericParamDef
[src]
impl Display for GenericParamDef
Auto Trait Implementations
impl !Send for GenericParamDef
impl !Send for GenericParamDef
impl !Sync for GenericParamDef
impl !Sync for GenericParamDef