pub struct NewRos2MqttBridgeResponse {
pub success: bool,
}
Fields§
§success: bool
Trait Implementations§
Source§impl Clone for NewRos2MqttBridgeResponse
impl Clone for NewRos2MqttBridgeResponse
Source§fn clone(&self) -> NewRos2MqttBridgeResponse
fn clone(&self) -> NewRos2MqttBridgeResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NewRos2MqttBridgeResponse
impl Debug for NewRos2MqttBridgeResponse
Source§impl Default for NewRos2MqttBridgeResponse
impl Default for NewRos2MqttBridgeResponse
Source§impl<'de> Deserialize<'de> for NewRos2MqttBridgeResponse
impl<'de> Deserialize<'de> for NewRos2MqttBridgeResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Message for NewRos2MqttBridgeResponse
impl StructuralPartialEq for NewRos2MqttBridgeResponse
Auto Trait Implementations§
impl Freeze for NewRos2MqttBridgeResponse
impl RefUnwindSafe for NewRos2MqttBridgeResponse
impl Send for NewRos2MqttBridgeResponse
impl Sync for NewRos2MqttBridgeResponse
impl Unpin for NewRos2MqttBridgeResponse
impl UnwindSafe for NewRos2MqttBridgeResponse
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