Struct dhcp_client_core::client::Requesting
source · pub struct Requesting<I> { /* private fields */ }
Expand description
The Requesting state as depicted in the state-transition diagram in RFC 2131.
Trait Implementations§
source§impl<I: Debug> Debug for Requesting<I>
impl<I: Debug> Debug for Requesting<I>
source§impl<I: PartialEq> PartialEq for Requesting<I>
impl<I: PartialEq> PartialEq for Requesting<I>
source§fn eq(&self, other: &Requesting<I>) -> bool
fn eq(&self, other: &Requesting<I>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<I> StructuralPartialEq for Requesting<I>
Auto Trait Implementations§
impl<I> Freeze for Requesting<I>where
I: Freeze,
impl<I> RefUnwindSafe for Requesting<I>where
I: RefUnwindSafe,
impl<I> Send for Requesting<I>where
I: Send,
impl<I> Sync for Requesting<I>where
I: Sync,
impl<I> Unpin for Requesting<I>where
I: Unpin,
impl<I> UnwindSafe for Requesting<I>where
I: UnwindSafe,
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