pub enum GenericParam {}Expand description
Generic parameter namespace.
Trait Implementations§
Source§impl Clone for GenericParam
impl Clone for GenericParam
Source§fn clone(&self) -> GenericParam
fn clone(&self) -> GenericParam
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GenericParam
Source§impl Debug for GenericParam
impl Debug for GenericParam
impl Eq for GenericParam
Source§impl Hash for GenericParam
impl Hash for GenericParam
Source§impl NameNamespace for GenericParam
impl NameNamespace for GenericParam
Source§const DISPLAY_NAME: &'static str = "GenericParamName"
const DISPLAY_NAME: &'static str = "GenericParamName"
Human-readable alias/newtype name for this namespace.
Source§impl Ord for GenericParam
impl Ord for GenericParam
Source§fn cmp(&self, other: &GenericParam) -> Ordering
fn cmp(&self, other: &GenericParam) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GenericParam
impl PartialEq for GenericParam
Source§fn eq(&self, other: &GenericParam) -> bool
fn eq(&self, other: &GenericParam) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GenericParam
impl PartialOrd for GenericParam
impl StructuralPartialEq for GenericParam
Auto Trait Implementations§
impl Freeze for GenericParam
impl RefUnwindSafe for GenericParam
impl Send for GenericParam
impl Sync for GenericParam
impl Unpin for GenericParam
impl UnsafeUnpin 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.