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