Struct aws_sdk_macie2::operation::enable_macie::EnableMacieOutput
source · #[non_exhaustive]pub struct EnableMacieOutput { /* private fields */ }
Implementations§
source§impl EnableMacieOutput
impl EnableMacieOutput
sourcepub fn builder() -> EnableMacieOutputBuilder
pub fn builder() -> EnableMacieOutputBuilder
Creates a new builder-style object to manufacture EnableMacieOutput
.
Trait Implementations§
source§impl Clone for EnableMacieOutput
impl Clone for EnableMacieOutput
source§fn clone(&self) -> EnableMacieOutput
fn clone(&self) -> EnableMacieOutput
Returns a copy 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 Debug for EnableMacieOutput
impl Debug for EnableMacieOutput
source§impl PartialEq<EnableMacieOutput> for EnableMacieOutput
impl PartialEq<EnableMacieOutput> for EnableMacieOutput
source§fn eq(&self, other: &EnableMacieOutput) -> bool
fn eq(&self, other: &EnableMacieOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for EnableMacieOutput
impl RequestId for EnableMacieOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for EnableMacieOutput
Auto Trait Implementations§
impl RefUnwindSafe for EnableMacieOutput
impl Send for EnableMacieOutput
impl Sync for EnableMacieOutput
impl Unpin for EnableMacieOutput
impl UnwindSafe for EnableMacieOutput
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