pub struct GetMap;
Trait Implementations
sourceimpl ServiceT for GetMap
impl ServiceT for GetMap
type Request = GetMap_Request
type Response = GetMap_Response
fn type_support() -> *const c_void
Auto Trait Implementations
impl RefUnwindSafe for GetMap
impl Send for GetMap
impl Sync for GetMap
impl Unpin for GetMap
impl UnwindSafe for GetMap
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