Struct aws_sdk_workmail::model::ImpersonationMatchedRule
source · #[non_exhaustive]pub struct ImpersonationMatchedRule { /* private fields */ }
Expand description
The impersonation rule that matched the input.
Implementations§
source§impl ImpersonationMatchedRule
impl ImpersonationMatchedRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImpersonationMatchedRule
.
Trait Implementations§
source§impl Clone for ImpersonationMatchedRule
impl Clone for ImpersonationMatchedRule
source§fn clone(&self) -> ImpersonationMatchedRule
fn clone(&self) -> ImpersonationMatchedRule
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 ImpersonationMatchedRule
impl Debug for ImpersonationMatchedRule
source§impl PartialEq<ImpersonationMatchedRule> for ImpersonationMatchedRule
impl PartialEq<ImpersonationMatchedRule> for ImpersonationMatchedRule
source§fn eq(&self, other: &ImpersonationMatchedRule) -> bool
fn eq(&self, other: &ImpersonationMatchedRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.