Struct rclrust_msg::action_msgs::srv::CancelGoal
source · [−]pub struct CancelGoal;
Trait Implementations
sourceimpl Debug for CancelGoal
impl Debug for CancelGoal
sourceimpl ServiceT for CancelGoal
impl ServiceT for CancelGoal
type Request = CancelGoal_Request
type Response = CancelGoal_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for CancelGoal
impl Send for CancelGoal
impl Sync for CancelGoal
impl Unpin for CancelGoal
impl UnwindSafe for CancelGoal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more