pub struct TopicKey { /* private fields */ }Expand description
Hashable key used internally to separate topics by name and payload type.
Trait Implementations§
impl Eq for TopicKey
impl StructuralPartialEq for TopicKey
Auto Trait Implementations§
impl Freeze for TopicKey
impl RefUnwindSafe for TopicKey
impl Send for TopicKey
impl Sync for TopicKey
impl Unpin for TopicKey
impl UnsafeUnpin for TopicKey
impl UnwindSafe for TopicKey
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<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
Source§impl<T> IntoValueDefault<T> for T
impl<T> IntoValueDefault<T> for T
Source§fn into_value_default(self) -> T
fn into_value_default(self) -> T
Converts this argument into the default value.