pub struct NestedLoadBalancerPool {
pub id: Option<Uuid>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
NestedLoadBalancerPool : LoadBalancerPool Serializer.
Fields§
§id: Option<Uuid>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl NestedLoadBalancerPool
impl NestedLoadBalancerPool
Sourcepub fn new() -> NestedLoadBalancerPool
pub fn new() -> NestedLoadBalancerPool
LoadBalancerPool Serializer.
Trait Implementations§
Source§impl Clone for NestedLoadBalancerPool
impl Clone for NestedLoadBalancerPool
Source§fn clone(&self) -> NestedLoadBalancerPool
fn clone(&self) -> NestedLoadBalancerPool
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 Debug for NestedLoadBalancerPool
impl Debug for NestedLoadBalancerPool
Source§impl Default for NestedLoadBalancerPool
impl Default for NestedLoadBalancerPool
Source§fn default() -> NestedLoadBalancerPool
fn default() -> NestedLoadBalancerPool
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedLoadBalancerPool
impl<'de> Deserialize<'de> for NestedLoadBalancerPool
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 NestedLoadBalancerPool
impl PartialEq for NestedLoadBalancerPool
Source§impl Serialize for NestedLoadBalancerPool
impl Serialize for NestedLoadBalancerPool
impl StructuralPartialEq for NestedLoadBalancerPool
Auto Trait Implementations§
impl Freeze for NestedLoadBalancerPool
impl RefUnwindSafe for NestedLoadBalancerPool
impl Send for NestedLoadBalancerPool
impl Sync for NestedLoadBalancerPool
impl Unpin for NestedLoadBalancerPool
impl UnsafeUnpin for NestedLoadBalancerPool
impl UnwindSafe for NestedLoadBalancerPool
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