Struct slotmap::DefaultKey [−][src]
#[repr(transparent)]pub struct DefaultKey(_);
The default slot map key type.
Trait Implementations
impl Clone for DefaultKey
[src]
impl Clone for DefaultKey
[src]fn clone(&self) -> DefaultKey
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Default for DefaultKey
[src]
impl Default for DefaultKey
[src]fn default() -> DefaultKey
[src][−]
impl From<DefaultKey> for KeyData
[src]
impl From<DefaultKey> for KeyData
[src]fn from(k: DefaultKey) -> Self
[src][−]
impl Hash for DefaultKey
[src]
impl Hash for DefaultKey
[src]impl Ord for DefaultKey
[src]
impl Ord for DefaultKey
[src]impl PartialEq<DefaultKey> for DefaultKey
[src]
impl PartialEq<DefaultKey> for DefaultKey
[src]fn eq(&self, other: &DefaultKey) -> bool
[src][−]
fn ne(&self, other: &DefaultKey) -> bool
[src][−]
impl PartialOrd<DefaultKey> for DefaultKey
[src]
impl PartialOrd<DefaultKey> for DefaultKey
[src]fn partial_cmp(&self, other: &DefaultKey) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool