Struct cfx_storage::AtomicCommit
source · pub struct AtomicCommit {
pub row_number: RowNumber,
}
Fields§
§row_number: RowNumber
Trait Implementations§
source§impl Default for AtomicCommit
impl Default for AtomicCommit
source§fn default() -> AtomicCommit
fn default() -> AtomicCommit
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AtomicCommit
impl RefUnwindSafe for AtomicCommit
impl Send for AtomicCommit
impl Sync for AtomicCommit
impl Unpin for AtomicCommit
impl UnwindSafe for AtomicCommit
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