pub struct CadMatchDetectObjectRequest {
pub template_id: String,
pub pose_frame: String,
pub region_of_interest_id: String,
pub load_carrier_id: String,
pub load_carrier_compartment: Compartment,
pub robot_pose: Pose,
pub collision_detection: CollisionDetection,
pub pose_prior_ids: Vec<String>,
pub data_acquisition_mode: String,
}Fields§
§template_id: String§pose_frame: String§region_of_interest_id: String§load_carrier_id: String§load_carrier_compartment: Compartment§robot_pose: Pose§collision_detection: CollisionDetection§pose_prior_ids: Vec<String>§data_acquisition_mode: StringTrait Implementations§
Source§impl Clone for CadMatchDetectObjectRequest
impl Clone for CadMatchDetectObjectRequest
Source§fn clone(&self) -> CadMatchDetectObjectRequest
fn clone(&self) -> CadMatchDetectObjectRequest
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 CadMatchDetectObjectRequest
impl Debug for CadMatchDetectObjectRequest
Source§impl<'de> Deserialize<'de> for CadMatchDetectObjectRequest
impl<'de> Deserialize<'de> for CadMatchDetectObjectRequest
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 CadMatchDetectObjectRequest
impl StructuralPartialEq for CadMatchDetectObjectRequest
Auto Trait Implementations§
impl Freeze for CadMatchDetectObjectRequest
impl RefUnwindSafe for CadMatchDetectObjectRequest
impl Send for CadMatchDetectObjectRequest
impl Sync for CadMatchDetectObjectRequest
impl Unpin for CadMatchDetectObjectRequest
impl UnwindSafe for CadMatchDetectObjectRequest
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