pub struct remote_network_dhcp_lease {
pub iface: remote_nonnull_string,
pub expirytime: i64,
pub type_: i32,
pub mac: remote_string,
pub iaid: remote_string,
pub ipaddr: remote_nonnull_string,
pub prefix: u32,
pub hostname: remote_string,
pub clientid: remote_string,
}
Fields§
§iface: remote_nonnull_string
§expirytime: i64
§type_: i32
§mac: remote_string
§iaid: remote_string
§ipaddr: remote_nonnull_string
§prefix: u32
§hostname: remote_string
§clientid: remote_string
Trait Implementations§
Source§impl Clone for remote_network_dhcp_lease
impl Clone for remote_network_dhcp_lease
Source§fn clone(&self) -> remote_network_dhcp_lease
fn clone(&self) -> remote_network_dhcp_lease
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 remote_network_dhcp_lease
impl Debug for remote_network_dhcp_lease
Source§impl<Out: Write> Pack<Out> for remote_network_dhcp_lease
impl<Out: Write> Pack<Out> for remote_network_dhcp_lease
Source§impl<In: Read> Unpack<In> for remote_network_dhcp_lease
impl<In: Read> Unpack<In> for remote_network_dhcp_lease
impl Eq for remote_network_dhcp_lease
impl StructuralPartialEq for remote_network_dhcp_lease
Auto Trait Implementations§
impl Freeze for remote_network_dhcp_lease
impl RefUnwindSafe for remote_network_dhcp_lease
impl Send for remote_network_dhcp_lease
impl Sync for remote_network_dhcp_lease
impl Unpin for remote_network_dhcp_lease
impl UnwindSafe for remote_network_dhcp_lease
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