pub struct WaitGuard<'a, D: ?Sized = [u8], S = StaticScope>(/* private fields */);Expand description
Waits on the contained Request when dropped (RAII completion of a
send). Mirrors rsmpi’s WaitGuard.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, D = [u8], S = StaticScope> !RefUnwindSafe for WaitGuard<'a, D, S>
impl<'a, D = [u8], S = StaticScope> !Send for WaitGuard<'a, D, S>
impl<'a, D = [u8], S = StaticScope> !Sync for WaitGuard<'a, D, S>
impl<'a, D = [u8], S = StaticScope> !UnwindSafe for WaitGuard<'a, D, S>
impl<'a, D, S> Freeze for WaitGuard<'a, D, S>where
D: ?Sized,
impl<'a, D, S> Unpin for WaitGuard<'a, D, S>
impl<'a, D, S> UnsafeUnpin for WaitGuard<'a, D, S>where
D: ?Sized,
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