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