pub struct ActiveCommitResult {
pub wal_sequence: u64,
}Expand description
Result of appending a patch envelope to the active session.
Fields§
§wal_sequence: u64WAL sequence assigned to the appended patch envelope.
Trait Implementations§
Source§impl Clone for ActiveCommitResult
impl Clone for ActiveCommitResult
Source§fn clone(&self) -> ActiveCommitResult
fn clone(&self) -> ActiveCommitResult
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 ActiveCommitResult
impl Debug for ActiveCommitResult
impl Eq for ActiveCommitResult
Source§impl PartialEq for ActiveCommitResult
impl PartialEq for ActiveCommitResult
impl StructuralPartialEq for ActiveCommitResult
Auto Trait Implementations§
impl Freeze for ActiveCommitResult
impl RefUnwindSafe for ActiveCommitResult
impl Send for ActiveCommitResult
impl Sync for ActiveCommitResult
impl Unpin for ActiveCommitResult
impl UnsafeUnpin for ActiveCommitResult
impl UnwindSafe for ActiveCommitResult
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