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