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