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