Struct sylvia_iot_corelib::constants::MqEngine
source · pub struct MqEngine;
Implementations§
Auto Trait Implementations§
impl Freeze for MqEngine
impl RefUnwindSafe for MqEngine
impl Send for MqEngine
impl Sync for MqEngine
impl Unpin for MqEngine
impl UnwindSafe for MqEngine
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