pub struct GetMapROIResponse {
pub sub_map: OccupancyGrid,
}Fields§
§sub_map: OccupancyGridTrait Implementations§
Source§impl Clone for GetMapROIResponse
impl Clone for GetMapROIResponse
Source§fn clone(&self) -> GetMapROIResponse
fn clone(&self) -> GetMapROIResponse
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 GetMapROIResponse
impl Debug for GetMapROIResponse
Source§impl Default for GetMapROIResponse
impl Default for GetMapROIResponse
Source§impl<'de> Deserialize<'de> for GetMapROIResponse
impl<'de> Deserialize<'de> for GetMapROIResponse
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 GetMapROIResponse
impl PartialEq for GetMapROIResponse
Source§impl Serialize for GetMapROIResponse
impl Serialize for GetMapROIResponse
impl Message for GetMapROIResponse
impl StructuralPartialEq for GetMapROIResponse
Auto Trait Implementations§
impl Freeze for GetMapROIResponse
impl RefUnwindSafe for GetMapROIResponse
impl Send for GetMapROIResponse
impl Sync for GetMapROIResponse
impl Unpin for GetMapROIResponse
impl UnwindSafe for GetMapROIResponse
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