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