pub enum ClientTimerType {
Retransmission,
Refresh,
Renew,
Rebind,
RestartServerDiscovery,
}
Expand description
Identifies what event should be triggered when a timer fires.
Variants§
Trait Implementations§
Source§impl Clone for ClientTimerType
impl Clone for ClientTimerType
Source§fn clone(&self) -> ClientTimerType
fn clone(&self) -> ClientTimerType
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 ClientTimerType
impl Debug for ClientTimerType
Source§impl Hash for ClientTimerType
impl Hash for ClientTimerType
Source§impl PartialEq for ClientTimerType
impl PartialEq for ClientTimerType
impl Copy for ClientTimerType
impl Eq for ClientTimerType
impl StructuralPartialEq for ClientTimerType
Auto Trait Implementations§
impl Freeze for ClientTimerType
impl RefUnwindSafe for ClientTimerType
impl Send for ClientTimerType
impl Sync for ClientTimerType
impl Unpin for ClientTimerType
impl UnwindSafe for ClientTimerType
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
)