pub enum ConnectionSetupAction {
Proceed(TcpStream),
Drop,
StopAccepting,
}Variants§
Auto Trait Implementations§
impl Freeze for ConnectionSetupAction
impl RefUnwindSafe for ConnectionSetupAction
impl Send for ConnectionSetupAction
impl Sync for ConnectionSetupAction
impl Unpin for ConnectionSetupAction
impl UnwindSafe for ConnectionSetupAction
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