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