pub enum RefReadSnapshotValue {
Target(RefTarget),
Broken,
}Expand description
One entry in a transaction-oriented ref snapshot.
Variants§
Trait Implementations§
Source§impl Clone for RefReadSnapshotValue
impl Clone for RefReadSnapshotValue
Source§fn clone(&self) -> RefReadSnapshotValue
fn clone(&self) -> RefReadSnapshotValue
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 RefReadSnapshotValue
impl Debug for RefReadSnapshotValue
impl Eq for RefReadSnapshotValue
Source§impl PartialEq for RefReadSnapshotValue
impl PartialEq for RefReadSnapshotValue
impl StructuralPartialEq for RefReadSnapshotValue
Auto Trait Implementations§
impl Freeze for RefReadSnapshotValue
impl RefUnwindSafe for RefReadSnapshotValue
impl Send for RefReadSnapshotValue
impl Sync for RefReadSnapshotValue
impl Unpin for RefReadSnapshotValue
impl UnsafeUnpin for RefReadSnapshotValue
impl UnwindSafe for RefReadSnapshotValue
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