Struct monoio_http::util::spsc::SPSCReceiver
source · [−]pub struct SPSCReceiver<T> { /* private fields */ }
Expand description
SPSCReceiver
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for SPSCReceiver<T>
impl<T> !Send for SPSCReceiver<T>
impl<T> !Sync for SPSCReceiver<T>
impl<T> Unpin for SPSCReceiver<T>
impl<T> !UnwindSafe for SPSCReceiver<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more