pub struct Mldv2ResponseDelay(/* private fields */);
Expand description
Maximum Response Delay used in Queryv2 messages, defined in RFC 3810 section 5.1.3.
Trait Implementations§
Source§impl Clone for Mldv2ResponseDelay
impl Clone for Mldv2ResponseDelay
Source§fn clone(&self) -> Mldv2ResponseDelay
fn clone(&self) -> Mldv2ResponseDelay
Returns a copy 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 Mldv2ResponseDelay
impl Debug for Mldv2ResponseDelay
Source§impl Default for Mldv2ResponseDelay
impl Default for Mldv2ResponseDelay
Source§fn default() -> Mldv2ResponseDelay
fn default() -> Mldv2ResponseDelay
Returns the “default value” for a type. Read more
Source§impl From<Mldv2ResponseDelay> for Duration
impl From<Mldv2ResponseDelay> for Duration
Source§fn from(code: Mldv2ResponseDelay) -> Self
fn from(code: Mldv2ResponseDelay) -> Self
Converts to this type from the input type.
Source§impl MaxCode<U16<BigEndian>> for Mldv2ResponseDelay
impl MaxCode<U16<BigEndian>> for Mldv2ResponseDelay
Source§impl PartialEq for Mldv2ResponseDelay
impl PartialEq for Mldv2ResponseDelay
impl Copy for Mldv2ResponseDelay
impl Eq for Mldv2ResponseDelay
impl StructuralPartialEq for Mldv2ResponseDelay
Auto Trait Implementations§
impl Freeze for Mldv2ResponseDelay
impl RefUnwindSafe for Mldv2ResponseDelay
impl Send for Mldv2ResponseDelay
impl Sync for Mldv2ResponseDelay
impl Unpin for Mldv2ResponseDelay
impl UnwindSafe for Mldv2ResponseDelay
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)