Struct aws_sdk_appmesh::model::ClientPolicy
source · #[non_exhaustive]pub struct ClientPolicy { /* private fields */ }
Expand description
An object that represents a client policy.
Implementations§
source§impl ClientPolicy
impl ClientPolicy
sourcepub fn tls(&self) -> Option<&ClientPolicyTls>
pub fn tls(&self) -> Option<&ClientPolicyTls>
A reference to an object that represents a Transport Layer Security (TLS) client policy.
source§impl ClientPolicy
impl ClientPolicy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClientPolicy
.
Trait Implementations§
source§impl Clone for ClientPolicy
impl Clone for ClientPolicy
source§fn clone(&self) -> ClientPolicy
fn clone(&self) -> ClientPolicy
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 ClientPolicy
impl Debug for ClientPolicy
source§impl PartialEq<ClientPolicy> for ClientPolicy
impl PartialEq<ClientPolicy> for ClientPolicy
source§fn eq(&self, other: &ClientPolicy) -> bool
fn eq(&self, other: &ClientPolicy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.