pub enum PbsBridgePortsField {
PbsBridgePortsConfig(Box<PbsBridgePortsConfig>),
String(String),
}Variants§
PbsBridgePortsConfig(Box<PbsBridgePortsConfig>)
String(String)
Trait Implementations§
Source§impl Clone for PbsBridgePortsField
impl Clone for PbsBridgePortsField
Source§fn clone(&self) -> PbsBridgePortsField
fn clone(&self) -> PbsBridgePortsField
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 Debug for PbsBridgePortsField
impl Debug for PbsBridgePortsField
Source§impl Default for PbsBridgePortsField
impl Default for PbsBridgePortsField
Source§impl<'de> Deserialize<'de> for PbsBridgePortsField
impl<'de> Deserialize<'de> for PbsBridgePortsField
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 PbsBridgePortsField
impl PartialEq for PbsBridgePortsField
Source§fn eq(&self, other: &PbsBridgePortsField) -> bool
fn eq(&self, other: &PbsBridgePortsField) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PbsBridgePortsField
impl Serialize for PbsBridgePortsField
impl StructuralPartialEq for PbsBridgePortsField
Auto Trait Implementations§
impl Freeze for PbsBridgePortsField
impl RefUnwindSafe for PbsBridgePortsField
impl Send for PbsBridgePortsField
impl Sync for PbsBridgePortsField
impl Unpin for PbsBridgePortsField
impl UnsafeUnpin for PbsBridgePortsField
impl UnwindSafe for PbsBridgePortsField
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