#[repr(C)]pub struct UnloadNode_Response {
pub success: bool,
pub error_message: RosString<0>,
}Fields§
§success: bool§error_message: RosString<0>Implementations§
Trait Implementations§
Source§impl Clone for UnloadNode_Response
impl Clone for UnloadNode_Response
Source§impl Debug for UnloadNode_Response
impl Debug for UnloadNode_Response
Source§impl Default for UnloadNode_Response
impl Default for UnloadNode_Response
Source§impl<'de> Deserialize<'de> for UnloadNode_Response
impl<'de> Deserialize<'de> for UnloadNode_Response
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
Source§impl PartialEq for UnloadNode_Response
impl PartialEq for UnloadNode_Response
Source§impl RosFieldType for UnloadNode_Response
impl RosFieldType for UnloadNode_Response
Source§fn ros_field_type() -> FieldType
fn ros_field_type() -> FieldType
Returns the FieldType for this type when used as a field.
Source§fn referenced_types() -> Vec<IndividualTypeDescription>
fn referenced_types() -> Vec<IndividualTypeDescription>
Returns referenced type descriptions (empty for primitives, populated for nested types).
Source§impl Serialize for UnloadNode_Response
impl Serialize for UnloadNode_Response
Source§impl TryClone for UnloadNode_Response
impl TryClone for UnloadNode_Response
Source§impl TypeDescription for UnloadNode_Response
impl TypeDescription for UnloadNode_Response
Source§fn type_description() -> TypeDescriptionMsg
fn type_description() -> TypeDescriptionMsg
Get the type description for this type Read more
Source§fn message_type_name() -> MessageTypeName
fn message_type_name() -> MessageTypeName
Get the message type name information Read more
Auto Trait Implementations§
impl Freeze for UnloadNode_Response
impl RefUnwindSafe for UnloadNode_Response
impl Send for UnloadNode_Response
impl Sync for UnloadNode_Response
impl Unpin for UnloadNode_Response
impl UnsafeUnpin for UnloadNode_Response
impl UnwindSafe for UnloadNode_Response
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