Struct RoomRowConflict
pub struct RoomRowConflict {
pub table: String,
pub pk: Vec<OwnedValue>,
pub current: Option<Vec<OwnedValue>>,
}Expand description
One CAS miss: the row’s authoritative current image (None = absent).
Fields§
§table: String§pk: Vec<OwnedValue>§current: Option<Vec<OwnedValue>>Auto Trait Implementations§
impl Freeze for RoomRowConflict
impl RefUnwindSafe for RoomRowConflict
impl Send for RoomRowConflict
impl Sync for RoomRowConflict
impl Unpin for RoomRowConflict
impl UnsafeUnpin for RoomRowConflict
impl UnwindSafe for RoomRowConflict
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