pub struct GimbalSetModeResponse {
pub success: bool,
}
Fields§
§success: bool
Trait Implementations§
Source§impl Clone for GimbalSetModeResponse
impl Clone for GimbalSetModeResponse
Source§fn clone(&self) -> GimbalSetModeResponse
fn clone(&self) -> GimbalSetModeResponse
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 GimbalSetModeResponse
impl Debug for GimbalSetModeResponse
Source§impl Default for GimbalSetModeResponse
impl Default for GimbalSetModeResponse
Source§impl<'de> Deserialize<'de> for GimbalSetModeResponse
impl<'de> Deserialize<'de> for GimbalSetModeResponse
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 GimbalSetModeResponse
impl PartialEq for GimbalSetModeResponse
Source§impl Serialize for GimbalSetModeResponse
impl Serialize for GimbalSetModeResponse
impl Message for GimbalSetModeResponse
impl StructuralPartialEq for GimbalSetModeResponse
Auto Trait Implementations§
impl Freeze for GimbalSetModeResponse
impl RefUnwindSafe for GimbalSetModeResponse
impl Send for GimbalSetModeResponse
impl Sync for GimbalSetModeResponse
impl Unpin for GimbalSetModeResponse
impl UnwindSafe for GimbalSetModeResponse
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