#[non_exhaustive]pub struct BatchEnableStandardsOutput { /* private fields */ }Implementations§
source§impl BatchEnableStandardsOutput
impl BatchEnableStandardsOutput
sourcepub fn standards_subscriptions(&self) -> Option<&[StandardsSubscription]>
pub fn standards_subscriptions(&self) -> Option<&[StandardsSubscription]>
The details of the standards subscriptions that were enabled.
source§impl BatchEnableStandardsOutput
impl BatchEnableStandardsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchEnableStandardsOutput.
Trait Implementations§
source§impl Clone for BatchEnableStandardsOutput
impl Clone for BatchEnableStandardsOutput
source§fn clone(&self) -> BatchEnableStandardsOutput
fn clone(&self) -> BatchEnableStandardsOutput
Returns a copy 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 BatchEnableStandardsOutput
impl Debug for BatchEnableStandardsOutput
source§impl PartialEq<BatchEnableStandardsOutput> for BatchEnableStandardsOutput
impl PartialEq<BatchEnableStandardsOutput> for BatchEnableStandardsOutput
source§fn eq(&self, other: &BatchEnableStandardsOutput) -> bool
fn eq(&self, other: &BatchEnableStandardsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.