pub struct ErgotDeviceInfoTopic { /* private fields */ }Expand description
A Topic definition type
Generated by the topic!() macro
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErgotDeviceInfoTopic
impl RefUnwindSafe for ErgotDeviceInfoTopic
impl Send for ErgotDeviceInfoTopic
impl Sync for ErgotDeviceInfoTopic
impl Unpin for ErgotDeviceInfoTopic
impl UnsafeUnpin for ErgotDeviceInfoTopic
impl UnwindSafe for ErgotDeviceInfoTopic
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