pub struct LoadMap {}Trait Implementations§
Source§impl RosServiceType for LoadMap
impl RosServiceType for LoadMap
Source§const ROS_SERVICE_NAME: &'static str = "nav_msgs/LoadMap"
const ROS_SERVICE_NAME: &'static str = "nav_msgs/LoadMap"
Name of the ros service e.g.
rospy_tutorials/AddTwoIntsSource§const MD5SUM: &'static str = "96c8a15e8fe5c33ee245f610f020d6ba"
const MD5SUM: &'static str = "96c8a15e8fe5c33ee245f610f020d6ba"
The computed md5sum of the message file and its dependencies
Source§type Request = LoadMapRequest
type Request = LoadMapRequest
The type of data being sent in the request
Source§type Response = LoadMapResponse
type Response = LoadMapResponse
The type of the data
Auto Trait Implementations§
impl Freeze for LoadMap
impl RefUnwindSafe for LoadMap
impl Send for LoadMap
impl Sync for LoadMap
impl Unpin for LoadMap
impl UnwindSafe for LoadMap
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