pub struct ShutdownBarrierWaitResult { /* private fields */ }Implementations§
Source§impl ShutdownBarrierWaitResult
impl ShutdownBarrierWaitResult
Sourcepub fn is_cancelled(&self) -> bool
pub fn is_cancelled(&self) -> bool
This will return true for all waiters if at least one waiter called cancel() before shutdown.
Auto Trait Implementations§
impl Freeze for ShutdownBarrierWaitResult
impl RefUnwindSafe for ShutdownBarrierWaitResult
impl Send for ShutdownBarrierWaitResult
impl Sync for ShutdownBarrierWaitResult
impl Unpin for ShutdownBarrierWaitResult
impl UnwindSafe for ShutdownBarrierWaitResult
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