pub struct InteractiveMarkerPose {
pub header: Header,
pub pose: Pose,
pub name: String,
}
Fields§
§header: Header
§pose: Pose
§name: String
Trait Implementations§
Source§impl Clone for InteractiveMarkerPose
impl Clone for InteractiveMarkerPose
Source§fn clone(&self) -> InteractiveMarkerPose
fn clone(&self) -> InteractiveMarkerPose
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 InteractiveMarkerPose
impl Debug for InteractiveMarkerPose
Source§impl Default for InteractiveMarkerPose
impl Default for InteractiveMarkerPose
Source§impl<'de> Deserialize<'de> for InteractiveMarkerPose
impl<'de> Deserialize<'de> for InteractiveMarkerPose
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 InteractiveMarkerPose
impl PartialEq for InteractiveMarkerPose
Source§impl Serialize for InteractiveMarkerPose
impl Serialize for InteractiveMarkerPose
impl Message for InteractiveMarkerPose
impl StructuralPartialEq for InteractiveMarkerPose
Auto Trait Implementations§
impl Freeze for InteractiveMarkerPose
impl RefUnwindSafe for InteractiveMarkerPose
impl Send for InteractiveMarkerPose
impl Sync for InteractiveMarkerPose
impl Unpin for InteractiveMarkerPose
impl UnwindSafe for InteractiveMarkerPose
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