Struct mssf_core::sync::FabricReceiver
source · pub struct FabricReceiver<T> { /* private fields */ }
Implementations§
source§impl<T> FabricReceiver<T>
impl<T> FabricReceiver<T>
pub fn new(rx: Receiver<T>) -> FabricReceiver<T> ⓘ
pub fn blocking_recv(self) -> T
Trait Implementations§
source§impl<T> Future for FabricReceiver<T>
impl<T> Future for FabricReceiver<T>
Auto Trait Implementations§
impl<T> Freeze for FabricReceiver<T>
impl<T> !RefUnwindSafe for FabricReceiver<T>
impl<T> Send for FabricReceiver<T>where
T: Send,
impl<T> Sync for FabricReceiver<T>where
T: Send,
impl<T> Unpin for FabricReceiver<T>
impl<T> !UnwindSafe for FabricReceiver<T>
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
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more