pub struct MotionPlanResponse {
pub trajectory_start: RobotState,
pub group_name: String,
pub trajectory: RobotTrajectory,
pub planning_time: f64,
pub error_code: MoveItErrorCodes,
}Fields§
§trajectory_start: RobotState§group_name: String§trajectory: RobotTrajectory§planning_time: f64§error_code: MoveItErrorCodesTrait Implementations§
Source§impl Clone for MotionPlanResponse
impl Clone for MotionPlanResponse
Source§fn clone(&self) -> MotionPlanResponse
fn clone(&self) -> MotionPlanResponse
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 MotionPlanResponse
impl Debug for MotionPlanResponse
Source§impl Default for MotionPlanResponse
impl Default for MotionPlanResponse
Source§impl<'de> Deserialize<'de> for MotionPlanResponse
impl<'de> Deserialize<'de> for MotionPlanResponse
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 MotionPlanResponse
impl PartialEq for MotionPlanResponse
Source§impl Serialize for MotionPlanResponse
impl Serialize for MotionPlanResponse
impl Message for MotionPlanResponse
impl StructuralPartialEq for MotionPlanResponse
Auto Trait Implementations§
impl Freeze for MotionPlanResponse
impl RefUnwindSafe for MotionPlanResponse
impl Send for MotionPlanResponse
impl Sync for MotionPlanResponse
impl Unpin for MotionPlanResponse
impl UnwindSafe for MotionPlanResponse
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