pub(super) struct RawUpgradableRead<'a> {
pub(super) lock: &'a RawRwLock,
acquire: Lock<'a, ()>,
}Expand description
The future returned by RawRwLock::upgradable_read.
Fields§
§lock: &'a RawRwLock§acquire: Lock<'a, ()>Trait Implementations§
Source§impl EventListenerFuture for RawUpgradableRead<'_>
impl EventListenerFuture for RawUpgradableRead<'_>
impl<'__pin, 'a> Unpin for RawUpgradableRead<'a>where
PinnedFieldsOf<__Origin<'__pin, 'a>>: Unpin,
Auto Trait Implementations§
impl<'a> Freeze for RawUpgradableRead<'a>
impl<'a> !RefUnwindSafe for RawUpgradableRead<'a>
impl<'a> Send for RawUpgradableRead<'a>
impl<'a> Sync for RawUpgradableRead<'a>
impl<'a> !UnwindSafe for RawUpgradableRead<'a>
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