Struct vstd::rwlock::RwLockToks::pending_writer
source · pub struct pending_writer<K, V, Pred: InvariantPredicate<K, V>> { /* private fields */ }
Implementations§
source§impl<K, V, Pred: InvariantPredicate<K, V>> pending_writer<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> pending_writer<K, V, Pred>
pub fn view(self) -> pending_writer_token_data<K, V, Pred>
pub fn arbitrary() -> pending_writer<K, V, Pred>
pub fn option_agree_strict( token_opt: Option<pending_writer<K, V, Pred>>, opt: Option<()>, instance: Instance<K, V, Pred> ) -> bool
pub fn option_agree( token_opt: Option<pending_writer<K, V, Pred>>, opt: Option<()>, instance: Instance<K, V, Pred> ) -> bool
Auto Trait Implementations§
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