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