pub struct DhcpOption(/* private fields */);Implementations§
Source§impl DhcpOption
impl DhcpOption
Trait Implementations§
Source§impl Clone for DhcpOption
impl Clone for DhcpOption
Source§fn clone(&self) -> DhcpOption
fn clone(&self) -> DhcpOption
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 DhcpOption
impl Debug for DhcpOption
Source§impl Display for DhcpOption
impl Display for DhcpOption
Source§impl From<u8> for DhcpOption
impl From<u8> for DhcpOption
Source§impl Hash for DhcpOption
impl Hash for DhcpOption
Source§impl PartialEq for DhcpOption
impl PartialEq for DhcpOption
impl Copy for DhcpOption
impl Eq for DhcpOption
impl StructuralPartialEq for DhcpOption
Auto Trait Implementations§
impl Freeze for DhcpOption
impl RefUnwindSafe for DhcpOption
impl Send for DhcpOption
impl Sync for DhcpOption
impl Unpin for DhcpOption
impl UnsafeUnpin for DhcpOption
impl UnwindSafe for DhcpOption
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