#[non_exhaustive]pub struct DescribeTargetGroupAttributesOutput { /* private fields */ }
Implementations
sourceimpl DescribeTargetGroupAttributesOutput
impl DescribeTargetGroupAttributesOutput
sourcepub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
pub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
Information about the target group attributes
sourceimpl DescribeTargetGroupAttributesOutput
impl DescribeTargetGroupAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetGroupAttributesOutput
.
Trait Implementations
sourceimpl Clone for DescribeTargetGroupAttributesOutput
impl Clone for DescribeTargetGroupAttributesOutput
sourcefn clone(&self) -> DescribeTargetGroupAttributesOutput
fn clone(&self) -> DescribeTargetGroupAttributesOutput
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<DescribeTargetGroupAttributesOutput> for DescribeTargetGroupAttributesOutput
impl PartialEq<DescribeTargetGroupAttributesOutput> for DescribeTargetGroupAttributesOutput
sourcefn eq(&self, other: &DescribeTargetGroupAttributesOutput) -> bool
fn eq(&self, other: &DescribeTargetGroupAttributesOutput) -> bool
impl StructuralPartialEq for DescribeTargetGroupAttributesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTargetGroupAttributesOutput
impl Send for DescribeTargetGroupAttributesOutput
impl Sync for DescribeTargetGroupAttributesOutput
impl Unpin for DescribeTargetGroupAttributesOutput
impl UnwindSafe for DescribeTargetGroupAttributesOutput
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