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

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

Key trait for Keyed Topics

It is a combination of traits from the standard library

and Serde traits

Provided methods

Loading content...

Implementations on Foreign Types

impl Key for (GuidPrefix, ParticipantMessageDataKind)[src]

impl Key for ()[src]

impl Key for bool[src]

impl Key for char[src]

impl Key for i8[src]

impl Key for i16[src]

impl Key for i32[src]

impl Key for i64[src]

impl Key for i128[src]

impl Key for isize[src]

impl Key for u8[src]

impl Key for u16[src]

impl Key for u32[src]

impl Key for u64[src]

impl Key for u128[src]

impl Key for usize[src]

impl Key for String[src]

Loading content...

Implementors

impl Key for GUID[src]

impl Key for Gid[src]

Loading content...