pub struct ConcurrentReadGuard<'a, P: Payload> { /* private fields */ }Expand description
Read guard — holds a read lock and dereferences to Message<P>.
Trait Implementations§
Auto Trait Implementations§
impl<'a, P> Freeze for ConcurrentReadGuard<'a, P>
impl<'a, P> RefUnwindSafe for ConcurrentReadGuard<'a, P>where
P: RefUnwindSafe,
impl<'a, P> !Send for ConcurrentReadGuard<'a, P>
impl<'a, P> Sync for ConcurrentReadGuard<'a, P>where
P: Sync,
impl<'a, P> Unpin for ConcurrentReadGuard<'a, P>
impl<'a, P> UnsafeUnpin for ConcurrentReadGuard<'a, P>
impl<'a, P> UnwindSafe for ConcurrentReadGuard<'a, P>where
P: RefUnwindSafe,
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