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