Struct rclrust_msg::map_msgs::srv::GetPointMap
source · [−]pub struct GetPointMap;
Trait Implementations
sourceimpl Debug for GetPointMap
impl Debug for GetPointMap
sourceimpl ServiceT for GetPointMap
impl ServiceT for GetPointMap
type Request = GetPointMap_Request
type Response = GetPointMap_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for GetPointMap
impl Send for GetPointMap
impl Sync for GetPointMap
impl Unpin for GetPointMap
impl UnwindSafe for GetPointMap
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