pub struct GetMapROI;Trait Implementations§
Source§impl Service for GetMapROI
impl Service for GetMapROI
type Request = GetMapROIRequest
type Response = GetMapROIResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for GetMapROI
impl RefUnwindSafe for GetMapROI
impl Send for GetMapROI
impl Sync for GetMapROI
impl Unpin for GetMapROI
impl UnwindSafe for GetMapROI
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