pub enum TableObserved {
Absent,
Value(Expr),
}Expand description
State observed at the linearization point of compare-exchange.
Variants§
Trait Implementations§
Source§impl Clone for TableObserved
impl Clone for TableObserved
Source§fn clone(&self) -> TableObserved
fn clone(&self) -> TableObserved
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableObserved
impl Debug for TableObserved
Source§impl PartialEq for TableObserved
impl PartialEq for TableObserved
impl StructuralPartialEq for TableObserved
Auto Trait Implementations§
impl Freeze for TableObserved
impl RefUnwindSafe for TableObserved
impl Send for TableObserved
impl Sync for TableObserved
impl Unpin for TableObserved
impl UnsafeUnpin for TableObserved
impl UnwindSafe for TableObserved
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