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