pub struct InterfacePoeMode {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>pd- PD *pse- PSE
label: Option<Label>Implementations§
Source§impl InterfacePoeMode
impl InterfacePoeMode
pub fn new() -> InterfacePoeMode
Trait Implementations§
Source§impl Clone for InterfacePoeMode
impl Clone for InterfacePoeMode
Source§fn clone(&self) -> InterfacePoeMode
fn clone(&self) -> InterfacePoeMode
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 Debug for InterfacePoeMode
impl Debug for InterfacePoeMode
Source§impl Default for InterfacePoeMode
impl Default for InterfacePoeMode
Source§fn default() -> InterfacePoeMode
fn default() -> InterfacePoeMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InterfacePoeMode
impl<'de> Deserialize<'de> for InterfacePoeMode
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 InterfacePoeMode
impl PartialEq for InterfacePoeMode
Source§impl Serialize for InterfacePoeMode
impl Serialize for InterfacePoeMode
impl StructuralPartialEq for InterfacePoeMode
Auto Trait Implementations§
impl Freeze for InterfacePoeMode
impl RefUnwindSafe for InterfacePoeMode
impl Send for InterfacePoeMode
impl Sync for InterfacePoeMode
impl Unpin for InterfacePoeMode
impl UnwindSafe for InterfacePoeMode
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