pub struct ServiceJoinHandle { /* private fields */ }
Implementations§
Source§impl ServiceJoinHandle
impl ServiceJoinHandle
pub fn new(rx: Receiver<Result<StatsAggregator, &'static str>>) -> Self
pub fn join(&mut self) -> Result<StatsAggregator, ServiceJoinHandleError>
pub fn try_join(&mut self) -> Result<StatsAggregator, ServiceJoinHandleError>
Auto Trait Implementations§
impl Freeze for ServiceJoinHandle
impl RefUnwindSafe for ServiceJoinHandle
impl Send for ServiceJoinHandle
impl !Sync for ServiceJoinHandle
impl Unpin for ServiceJoinHandle
impl UnwindSafe for ServiceJoinHandle
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