pub struct DeviceapiNetworkAddressV1 {
pub ip_address: Option<String>,
pub mac_address: Option<String>,
pub timestamp: Option<String>,
}Fields§
§ip_address: Option<String>§mac_address: Option<String>§timestamp: Option<String>Implementations§
Source§impl DeviceapiNetworkAddressV1
impl DeviceapiNetworkAddressV1
pub fn new() -> DeviceapiNetworkAddressV1
Trait Implementations§
Source§impl Clone for DeviceapiNetworkAddressV1
impl Clone for DeviceapiNetworkAddressV1
Source§fn clone(&self) -> DeviceapiNetworkAddressV1
fn clone(&self) -> DeviceapiNetworkAddressV1
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 DeviceapiNetworkAddressV1
impl Debug for DeviceapiNetworkAddressV1
Source§impl Default for DeviceapiNetworkAddressV1
impl Default for DeviceapiNetworkAddressV1
Source§fn default() -> DeviceapiNetworkAddressV1
fn default() -> DeviceapiNetworkAddressV1
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeviceapiNetworkAddressV1
impl<'de> Deserialize<'de> for DeviceapiNetworkAddressV1
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
impl StructuralPartialEq for DeviceapiNetworkAddressV1
Auto Trait Implementations§
impl Freeze for DeviceapiNetworkAddressV1
impl RefUnwindSafe for DeviceapiNetworkAddressV1
impl Send for DeviceapiNetworkAddressV1
impl Sync for DeviceapiNetworkAddressV1
impl Unpin for DeviceapiNetworkAddressV1
impl UnwindSafe for DeviceapiNetworkAddressV1
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