pub struct MemorixPubSubItem<K, P, PU, S> { /* private fields */ }
Implementations§
Source§impl<K: Serialize, P: DeserializeOwned + Serialize, PU, S> MemorixPubSubItem<K, P, PU, S>
impl<K: Serialize, P: DeserializeOwned + Serialize, PU, S> MemorixPubSubItem<K, P, PU, S>
Source§impl<K: Serialize, P: DeserializeOwned + Serialize, PU: CanPubSubPublish, S> MemorixPubSubItem<K, P, PU, S>
impl<K: Serialize, P: DeserializeOwned + Serialize, PU: CanPubSubPublish, S> MemorixPubSubItem<K, P, PU, S>
Trait Implementations§
Auto Trait Implementations§
impl<K, P, PU, S> Freeze for MemorixPubSubItem<K, P, PU, S>
impl<K, P, PU, S> RefUnwindSafe for MemorixPubSubItem<K, P, PU, S>
impl<K, P, PU, S> Send for MemorixPubSubItem<K, P, PU, S>
impl<K, P, PU, S> Sync for MemorixPubSubItem<K, P, PU, S>
impl<K, P, PU, S> Unpin for MemorixPubSubItem<K, P, PU, S>
impl<K, P, PU, S> UnwindSafe for MemorixPubSubItem<K, P, PU, S>
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