pub struct InjectMac {
pub wifi: Option<String>,
pub bluetooth: Option<String>,
}Fields§
§wifi: Option<String>§bluetooth: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for InjectMac
impl<'de> Deserialize<'de> for InjectMac
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 From<InjectMac> for InjectMacBin
impl From<InjectMac> for InjectMacBin
Source§impl From<InjectMacBin> for InjectMac
impl From<InjectMacBin> for InjectMac
Source§fn from(mac: InjectMacBin) -> Self
fn from(mac: InjectMacBin) -> Self
Converts to this type from the input type.
impl Eq for InjectMac
impl StructuralPartialEq for InjectMac
Auto Trait Implementations§
impl Freeze for InjectMac
impl RefUnwindSafe for InjectMac
impl Send for InjectMac
impl Sync for InjectMac
impl Unpin for InjectMac
impl UnsafeUnpin for InjectMac
impl UnwindSafe for InjectMac
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