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