pub struct EnvironmentResourcesDescription {
pub load_balancer: Option<LoadBalancerDescription>,
}
Expand description
Describes the AWS resources in use by this environment. This data is not live data.
Fields§
§load_balancer: Option<LoadBalancerDescription>
Describes the LoadBalancer.
Trait Implementations§
Source§impl Clone for EnvironmentResourcesDescription
impl Clone for EnvironmentResourcesDescription
Source§fn clone(&self) -> EnvironmentResourcesDescription
fn clone(&self) -> EnvironmentResourcesDescription
Returns a duplicate 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 Default for EnvironmentResourcesDescription
impl Default for EnvironmentResourcesDescription
Source§fn default() -> EnvironmentResourcesDescription
fn default() -> EnvironmentResourcesDescription
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnvironmentResourcesDescription
impl PartialEq for EnvironmentResourcesDescription
Source§fn eq(&self, other: &EnvironmentResourcesDescription) -> bool
fn eq(&self, other: &EnvironmentResourcesDescription) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for EnvironmentResourcesDescription
Auto Trait Implementations§
impl Freeze for EnvironmentResourcesDescription
impl RefUnwindSafe for EnvironmentResourcesDescription
impl Send for EnvironmentResourcesDescription
impl Sync for EnvironmentResourcesDescription
impl Unpin for EnvironmentResourcesDescription
impl UnwindSafe for EnvironmentResourcesDescription
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more