pub struct GetObstacleAvoidanceResponse {
pub obstacle_avoidance_on: bool,
pub success: bool,
}
Fields§
§obstacle_avoidance_on: bool
§success: bool
Trait Implementations§
Source§impl Clone for GetObstacleAvoidanceResponse
impl Clone for GetObstacleAvoidanceResponse
Source§fn clone(&self) -> GetObstacleAvoidanceResponse
fn clone(&self) -> GetObstacleAvoidanceResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetObstacleAvoidanceResponse
impl Debug for GetObstacleAvoidanceResponse
Source§impl<'de> Deserialize<'de> for GetObstacleAvoidanceResponse
impl<'de> Deserialize<'de> for GetObstacleAvoidanceResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetObstacleAvoidanceResponse
impl PartialEq for GetObstacleAvoidanceResponse
Source§fn eq(&self, other: &GetObstacleAvoidanceResponse) -> bool
fn eq(&self, other: &GetObstacleAvoidanceResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Message for GetObstacleAvoidanceResponse
impl StructuralPartialEq for GetObstacleAvoidanceResponse
Auto Trait Implementations§
impl Freeze for GetObstacleAvoidanceResponse
impl RefUnwindSafe for GetObstacleAvoidanceResponse
impl Send for GetObstacleAvoidanceResponse
impl Sync for GetObstacleAvoidanceResponse
impl Unpin for GetObstacleAvoidanceResponse
impl UnwindSafe for GetObstacleAvoidanceResponse
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