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