pub struct DhcpSection {
net: Ipv4Addr,
prefix_length: u32,
lease_time_seconds: u64,
}
Fields§
§net: Ipv4Addr
§prefix_length: u32
§lease_time_seconds: u64
Trait Implementations§
source§impl Debug for DhcpSection
impl Debug for DhcpSection
source§impl<'de> Deserialize<'de> for DhcpSection
impl<'de> Deserialize<'de> for DhcpSection
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
Auto Trait Implementations§
impl Freeze for DhcpSection
impl RefUnwindSafe for DhcpSection
impl Send for DhcpSection
impl Sync for DhcpSection
impl Unpin for DhcpSection
impl UnwindSafe for DhcpSection
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