Struct concurrent_map::CasFailure
source · Fields
actual: Option<Arc<V>>The current actual value that failed the comparison
returned_new_value: Option<Arc<V>>The value that was proposed as a new value, which could not be installed due to the comparison failure.
Trait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for CasFailure<V>where
V: RefUnwindSafe,
impl<V> Send for CasFailure<V>where
V: Send + Sync,
impl<V> Sync for CasFailure<V>where
V: Send + Sync,
impl<V> Unpin for CasFailure<V>
impl<V> UnwindSafe for CasFailure<V>where
V: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more