pub struct LoggingTopic { /* private fields */ }
Expand description
$tp_name - A Topic definition type
Generated by the topics!()
macro
Trait Implementations§
Source§impl Topic for LoggingTopic
impl Topic for LoggingTopic
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 LoggingTopic
impl RefUnwindSafe for LoggingTopic
impl Send for LoggingTopic
impl Sync for LoggingTopic
impl Unpin for LoggingTopic
impl UnwindSafe for LoggingTopic
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