pub enum ConnectionAction {
ContinueUntil(Instant),
SendKeepAlive,
Close,
}Variants§
Auto Trait Implementations§
impl Freeze for ConnectionAction
impl RefUnwindSafe for ConnectionAction
impl Send for ConnectionAction
impl Sync for ConnectionAction
impl Unpin for ConnectionAction
impl UnsafeUnpin for ConnectionAction
impl UnwindSafe for ConnectionAction
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