Struct vstd::rwlock::RwLockToks::pending_writer
source · pub struct pending_writer<K, V, Pred: InvariantPredicate<K, V>> { /* private fields */ }
Trait Implementations§
source§impl<K, V, Pred: InvariantPredicate<K, V>> UniqueValueToken<()> for pending_writer<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> UniqueValueToken<()> for pending_writer<K, V, Pred>
source§impl<K, V, Pred: InvariantPredicate<K, V>> ValueToken<()> for pending_writer<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> ValueToken<()> for pending_writer<K, V, Pred>
Auto Trait Implementations§
impl<K, V, Pred> Freeze for pending_writer<K, V, Pred>
impl<K, V, Pred> RefUnwindSafe for pending_writer<K, V, Pred>
impl<K, V, Pred> Send for pending_writer<K, V, Pred>
impl<K, V, Pred> Sync for pending_writer<K, V, Pred>
impl<K, V, Pred> Unpin for pending_writer<K, V, Pred>
impl<K, V, Pred> UnwindSafe for pending_writer<K, V, Pred>
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