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