pub struct BatchEnableStandardsResponse {
pub standards_subscriptions: Option<Vec<StandardsSubscription>>,
}
Fields§
§standards_subscriptions: Option<Vec<StandardsSubscription>>
The details of the standards subscriptions that were enabled.
Trait Implementations§
Source§impl Clone for BatchEnableStandardsResponse
impl Clone for BatchEnableStandardsResponse
Source§fn clone(&self) -> BatchEnableStandardsResponse
fn clone(&self) -> BatchEnableStandardsResponse
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 BatchEnableStandardsResponse
impl Debug for BatchEnableStandardsResponse
Source§impl Default for BatchEnableStandardsResponse
impl Default for BatchEnableStandardsResponse
Source§fn default() -> BatchEnableStandardsResponse
fn default() -> BatchEnableStandardsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchEnableStandardsResponse
impl<'de> Deserialize<'de> for BatchEnableStandardsResponse
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 BatchEnableStandardsResponse
impl PartialEq for BatchEnableStandardsResponse
Source§fn eq(&self, other: &BatchEnableStandardsResponse) -> bool
fn eq(&self, other: &BatchEnableStandardsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for BatchEnableStandardsResponse
Auto Trait Implementations§
impl Freeze for BatchEnableStandardsResponse
impl RefUnwindSafe for BatchEnableStandardsResponse
impl Send for BatchEnableStandardsResponse
impl Sync for BatchEnableStandardsResponse
impl Unpin for BatchEnableStandardsResponse
impl UnwindSafe for BatchEnableStandardsResponse
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