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