pub struct NewMqtt2RosBridge;
Trait Implementations§
Source§impl Service for NewMqtt2RosBridge
impl Service for NewMqtt2RosBridge
type Request = NewMqtt2RosBridgeRequest
type Response = NewMqtt2RosBridgeResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for NewMqtt2RosBridge
impl RefUnwindSafe for NewMqtt2RosBridge
impl Send for NewMqtt2RosBridge
impl Sync for NewMqtt2RosBridge
impl Unpin for NewMqtt2RosBridge
impl UnwindSafe for NewMqtt2RosBridge
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