pub struct SubscribeTopic { /* private fields */ }Expand description
$tp_name - A Topic definition type
Generated by the topics!() macro
Trait Implementations§
Source§impl Topic for SubscribeTopic
impl Topic for SubscribeTopic
Source§type Message = TopicStreamMsg
type Message = TopicStreamMsg
The type of the Message (unidirectional)
Source§const TOPIC_KEY4: Key4 = _
const TOPIC_KEY4: Key4 = _
The unique Key4 identifying the Message
Source§const TOPIC_KEY2: Key2 = _
const TOPIC_KEY2: Key2 = _
The unique Key2 identifying the Message
Source§const TOPIC_KEY1: Key1 = _
const TOPIC_KEY1: Key1 = _
The unique Key2 identifying the Message
Auto Trait Implementations§
impl Freeze for SubscribeTopic
impl RefUnwindSafe for SubscribeTopic
impl Send for SubscribeTopic
impl Sync for SubscribeTopic
impl Unpin for SubscribeTopic
impl UnwindSafe for SubscribeTopic
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