enum KeepAliveState {
    Init,
    Scheduled(Instant),
    PingSent,
}Variants§
Auto Trait Implementations§
impl Freeze for KeepAliveState
impl RefUnwindSafe for KeepAliveState
impl Send for KeepAliveState
impl Sync for KeepAliveState
impl Unpin for KeepAliveState
impl UnwindSafe for KeepAliveState
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