pub struct Ros2MessageHint {
pub type_name: String,
pub spatial_topic: String,
}Expand description
Hint describing a ROS 2 message mapping.
Fields§
§type_name: StringFully-qualified ROS type name, e.g. sensor_msgs/msg/PointCloud2.
spatial_topic: StringSpatialRust topic / schema id.
Trait Implementations§
Source§impl Clone for Ros2MessageHint
impl Clone for Ros2MessageHint
Source§fn clone(&self) -> Ros2MessageHint
fn clone(&self) -> Ros2MessageHint
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 Ros2MessageHint
impl Debug for Ros2MessageHint
Source§impl PartialEq for Ros2MessageHint
impl PartialEq for Ros2MessageHint
Source§fn eq(&self, other: &Ros2MessageHint) -> bool
fn eq(&self, other: &Ros2MessageHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for Ros2MessageHint
impl StructuralPartialEq for Ros2MessageHint
Auto Trait Implementations§
impl Freeze for Ros2MessageHint
impl RefUnwindSafe for Ros2MessageHint
impl Send for Ros2MessageHint
impl Sync for Ros2MessageHint
impl Unpin for Ros2MessageHint
impl UnsafeUnpin for Ros2MessageHint
impl UnwindSafe for Ros2MessageHint
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