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