pub enum IpProperties {
Dhcp(DhcpProperties),
Intfid(Intfid),
V4Static(V4Static),
V6Static(V6Static),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IpProperties
impl RefUnwindSafe for IpProperties
impl Send for IpProperties
impl Sync for IpProperties
impl Unpin for IpProperties
impl UnwindSafe for IpProperties
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