pub struct PoseArray {
pub header: Header,
pub poses: Vec<Pose>,
}Fields§
§header: Header§poses: Vec<Pose>Trait Implementations§
Source§impl<'de> Deserialize<'de> for PoseArray
impl<'de> Deserialize<'de> for PoseArray
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 PoseArray
impl StructuralPartialEq for PoseArray
Auto Trait Implementations§
impl Freeze for PoseArray
impl RefUnwindSafe for PoseArray
impl Send for PoseArray
impl Sync for PoseArray
impl Unpin for PoseArray
impl UnwindSafe for PoseArray
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