pub struct ApachewebLoadBalancerEndPointsList {
pub ip_address: String,
pub port: i32,
pub proto: String,
pub status: Option<bool>,
}Fields§
§ip_address: String§port: i32§proto: String§status: Option<bool>Trait Implementations§
Source§impl Clone for ApachewebLoadBalancerEndPointsList
impl Clone for ApachewebLoadBalancerEndPointsList
Source§fn clone(&self) -> ApachewebLoadBalancerEndPointsList
fn clone(&self) -> ApachewebLoadBalancerEndPointsList
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApachewebLoadBalancerEndPointsList
impl Default for ApachewebLoadBalancerEndPointsList
Source§fn default() -> ApachewebLoadBalancerEndPointsList
fn default() -> ApachewebLoadBalancerEndPointsList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApachewebLoadBalancerEndPointsList
impl<'de> Deserialize<'de> for ApachewebLoadBalancerEndPointsList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ApachewebLoadBalancerEndPointsList
impl PartialEq for ApachewebLoadBalancerEndPointsList
Source§fn eq(&self, other: &ApachewebLoadBalancerEndPointsList) -> bool
fn eq(&self, other: &ApachewebLoadBalancerEndPointsList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApachewebLoadBalancerEndPointsList
Auto Trait Implementations§
impl Freeze for ApachewebLoadBalancerEndPointsList
impl RefUnwindSafe for ApachewebLoadBalancerEndPointsList
impl Send for ApachewebLoadBalancerEndPointsList
impl Sync for ApachewebLoadBalancerEndPointsList
impl Unpin for ApachewebLoadBalancerEndPointsList
impl UnsafeUnpin for ApachewebLoadBalancerEndPointsList
impl UnwindSafe for ApachewebLoadBalancerEndPointsList
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