enum KeepAliveState {
Init,
Scheduled,
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