pub struct DeviceXmlResponse {
pub xml: String,
}Expand description
Response to genicam/devices/{id}/xml queryable.
Fields§
§xml: StringTrait Implementations§
Source§impl Clone for DeviceXmlResponse
impl Clone for DeviceXmlResponse
Source§fn clone(&self) -> DeviceXmlResponse
fn clone(&self) -> DeviceXmlResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceXmlResponse
impl Debug for DeviceXmlResponse
Source§impl<'de> Deserialize<'de> for DeviceXmlResponse
impl<'de> Deserialize<'de> for DeviceXmlResponse
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
Auto Trait Implementations§
impl Freeze for DeviceXmlResponse
impl RefUnwindSafe for DeviceXmlResponse
impl Send for DeviceXmlResponse
impl Sync for DeviceXmlResponse
impl Unpin for DeviceXmlResponse
impl UnsafeUnpin for DeviceXmlResponse
impl UnwindSafe for DeviceXmlResponse
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