Struct aws_sdk_shield::output::DescribeProtectionOutput
source · [−]#[non_exhaustive]pub struct DescribeProtectionOutput { /* private fields */ }
Implementations
sourceimpl DescribeProtectionOutput
impl DescribeProtectionOutput
sourcepub fn protection(&self) -> Option<&Protection>
pub fn protection(&self) -> Option<&Protection>
The Protection
that you requested.
sourceimpl DescribeProtectionOutput
impl DescribeProtectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeProtectionOutput
.
Trait Implementations
sourceimpl Clone for DescribeProtectionOutput
impl Clone for DescribeProtectionOutput
sourcefn clone(&self) -> DescribeProtectionOutput
fn clone(&self) -> DescribeProtectionOutput
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 Debug for DescribeProtectionOutput
impl Debug for DescribeProtectionOutput
sourceimpl PartialEq<DescribeProtectionOutput> for DescribeProtectionOutput
impl PartialEq<DescribeProtectionOutput> for DescribeProtectionOutput
sourcefn eq(&self, other: &DescribeProtectionOutput) -> bool
fn eq(&self, other: &DescribeProtectionOutput) -> bool
impl StructuralPartialEq for DescribeProtectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeProtectionOutput
impl Send for DescribeProtectionOutput
impl Sync for DescribeProtectionOutput
impl Unpin for DescribeProtectionOutput
impl UnwindSafe for DescribeProtectionOutput
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