#[non_exhaustive]pub struct ModifyTargetGroupAttributesOutput { /* private fields */ }
Implementations
sourceimpl ModifyTargetGroupAttributesOutput
impl ModifyTargetGroupAttributesOutput
sourcepub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
pub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
Information about the attributes.
sourceimpl ModifyTargetGroupAttributesOutput
impl ModifyTargetGroupAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyTargetGroupAttributesOutput
.
Trait Implementations
sourceimpl Clone for ModifyTargetGroupAttributesOutput
impl Clone for ModifyTargetGroupAttributesOutput
sourcefn clone(&self) -> ModifyTargetGroupAttributesOutput
fn clone(&self) -> ModifyTargetGroupAttributesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<ModifyTargetGroupAttributesOutput> for ModifyTargetGroupAttributesOutput
impl PartialEq<ModifyTargetGroupAttributesOutput> for ModifyTargetGroupAttributesOutput
sourcefn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
fn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
impl StructuralPartialEq for ModifyTargetGroupAttributesOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyTargetGroupAttributesOutput
impl Send for ModifyTargetGroupAttributesOutput
impl Sync for ModifyTargetGroupAttributesOutput
impl Unpin for ModifyTargetGroupAttributesOutput
impl UnwindSafe for ModifyTargetGroupAttributesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more