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