pub struct ExposureControlBatchResponse {
pub exposure_control_responses: Vec<ExposureControlResponse>,
}Expand description
A list of exposure control feature values.
Fields§
§exposure_control_responses: Vec<ExposureControlResponse>List of exposure control feature values.
Implementations§
Source§impl ExposureControlBatchResponse
impl ExposureControlBatchResponse
pub fn new(exposure_control_responses: Vec<ExposureControlResponse>) -> Self
Trait Implementations§
Source§impl Clone for ExposureControlBatchResponse
impl Clone for ExposureControlBatchResponse
Source§fn clone(&self) -> ExposureControlBatchResponse
fn clone(&self) -> ExposureControlBatchResponse
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 ExposureControlBatchResponse
impl Debug for ExposureControlBatchResponse
Source§impl<'de> Deserialize<'de> for ExposureControlBatchResponse
impl<'de> Deserialize<'de> for ExposureControlBatchResponse
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 ExposureControlBatchResponse
impl PartialEq for ExposureControlBatchResponse
Source§fn eq(&self, other: &ExposureControlBatchResponse) -> bool
fn eq(&self, other: &ExposureControlBatchResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExposureControlBatchResponse
Auto Trait Implementations§
impl Freeze for ExposureControlBatchResponse
impl RefUnwindSafe for ExposureControlBatchResponse
impl Send for ExposureControlBatchResponse
impl Sync for ExposureControlBatchResponse
impl Unpin for ExposureControlBatchResponse
impl UnwindSafe for ExposureControlBatchResponse
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