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