Struct aws_sdk_macie2::output::UpdateMemberSessionOutput
source · #[non_exhaustive]pub struct UpdateMemberSessionOutput {}
Implementations§
source§impl UpdateMemberSessionOutput
impl UpdateMemberSessionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMemberSessionOutput
.
Trait Implementations§
source§impl Clone for UpdateMemberSessionOutput
impl Clone for UpdateMemberSessionOutput
source§fn clone(&self) -> UpdateMemberSessionOutput
fn clone(&self) -> UpdateMemberSessionOutput
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 UpdateMemberSessionOutput
impl Debug for UpdateMemberSessionOutput
source§impl PartialEq<UpdateMemberSessionOutput> for UpdateMemberSessionOutput
impl PartialEq<UpdateMemberSessionOutput> for UpdateMemberSessionOutput
source§fn eq(&self, other: &UpdateMemberSessionOutput) -> bool
fn eq(&self, other: &UpdateMemberSessionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.