pub struct TParam {
pub id: TParamID,
pub user_specified_name: Name,
pub abilities: AbilitySet,
}Fields§
§id: TParamID§user_specified_name: Name§abilities: AbilitySetTrait Implementations§
source§impl Ord for TParam
impl Ord for TParam
source§impl PartialEq<TParam> for TParam
impl PartialEq<TParam> for TParam
source§impl PartialOrd<TParam> for TParam
impl PartialOrd<TParam> for TParam
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for TParam
impl StructuralEq for TParam
impl StructuralPartialEq for TParam
Auto Trait Implementations§
impl RefUnwindSafe for TParam
impl Send for TParam
impl Sync for TParam
impl Unpin for TParam
impl UnwindSafe for TParam
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.