pub struct ApachewebLoadBalancerProxyPathsEndPointsList {
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 ApachewebLoadBalancerProxyPathsEndPointsList
impl Clone for ApachewebLoadBalancerProxyPathsEndPointsList
Source§fn clone(&self) -> ApachewebLoadBalancerProxyPathsEndPointsList
fn clone(&self) -> ApachewebLoadBalancerProxyPathsEndPointsList
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 ApachewebLoadBalancerProxyPathsEndPointsList
impl Default for ApachewebLoadBalancerProxyPathsEndPointsList
Source§fn default() -> ApachewebLoadBalancerProxyPathsEndPointsList
fn default() -> ApachewebLoadBalancerProxyPathsEndPointsList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApachewebLoadBalancerProxyPathsEndPointsList
impl<'de> Deserialize<'de> for ApachewebLoadBalancerProxyPathsEndPointsList
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 ApachewebLoadBalancerProxyPathsEndPointsList
impl PartialEq for ApachewebLoadBalancerProxyPathsEndPointsList
Source§fn eq(&self, other: &ApachewebLoadBalancerProxyPathsEndPointsList) -> bool
fn eq(&self, other: &ApachewebLoadBalancerProxyPathsEndPointsList) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ApachewebLoadBalancerProxyPathsEndPointsList
Auto Trait Implementations§
impl Freeze for ApachewebLoadBalancerProxyPathsEndPointsList
impl RefUnwindSafe for ApachewebLoadBalancerProxyPathsEndPointsList
impl Send for ApachewebLoadBalancerProxyPathsEndPointsList
impl Sync for ApachewebLoadBalancerProxyPathsEndPointsList
impl Unpin for ApachewebLoadBalancerProxyPathsEndPointsList
impl UnsafeUnpin for ApachewebLoadBalancerProxyPathsEndPointsList
impl UnwindSafe for ApachewebLoadBalancerProxyPathsEndPointsList
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