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