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