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