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