pub struct Strip<E> { /* private fields */ }Expand description
A set of plugs that can be used to accept incoming connections.
This serves as a “plug router” in your server implementation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Strip<E>
impl<E> !RefUnwindSafe for Strip<E>
impl<E> Send for Strip<E>
impl<E> Sync for Strip<E>
impl<E> Unpin for Strip<E>
impl<E> !UnwindSafe for Strip<E>
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