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