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