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