pub struct ModifyTargetGroupAttributesOutput {
pub attributes: Option<Vec<TargetGroupAttribute>>,
}Fields§
§attributes: Option<Vec<TargetGroupAttribute>>Information about the attributes.
Trait Implementations§
Source§impl Clone for ModifyTargetGroupAttributesOutput
impl Clone for ModifyTargetGroupAttributesOutput
Source§fn clone(&self) -> ModifyTargetGroupAttributesOutput
fn clone(&self) -> ModifyTargetGroupAttributesOutput
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 Default for ModifyTargetGroupAttributesOutput
impl Default for ModifyTargetGroupAttributesOutput
Source§fn default() -> ModifyTargetGroupAttributesOutput
fn default() -> ModifyTargetGroupAttributesOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for ModifyTargetGroupAttributesOutput
impl PartialEq for ModifyTargetGroupAttributesOutput
Source§fn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
fn eq(&self, other: &ModifyTargetGroupAttributesOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ModifyTargetGroupAttributesOutput
Auto Trait Implementations§
impl Freeze for ModifyTargetGroupAttributesOutput
impl RefUnwindSafe for ModifyTargetGroupAttributesOutput
impl Send for ModifyTargetGroupAttributesOutput
impl Sync for ModifyTargetGroupAttributesOutput
impl Unpin for ModifyTargetGroupAttributesOutput
impl UnwindSafe for ModifyTargetGroupAttributesOutput
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