[][src]Trait rustdds::dds::traits::Key

pub trait Key: Eq + PartialEq + PartialOrd + Ord + Hash + Clone + Serialize + DeserializeOwned {
    fn into_hash_key(&self) -> u128 { ... }
}

Provided methods

fn into_hash_key(&self) -> u128

Loading content...

Implementations on Foreign Types

impl Key for (GuidPrefix, ParticipantMessageDataKind)[src]

impl Key for i64[src]

impl Key for i32[src]

impl Key for ()[src]

impl Key for String[src]

Loading content...

Implementors

impl Key for GUID[src]

impl Key for Gid[src]

Loading content...