pub struct WriteJob {
pub branch_id: BranchId,
pub revision: RevisionId,
pub entry: WalEntry,
pub record: Record,
}Expand description
A single write job enqueued by application threads.
Fields§
§branch_id: BranchId§revision: RevisionId§entry: WalEntry§record: RecordImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WriteJob
impl RefUnwindSafe for WriteJob
impl Send for WriteJob
impl Sync for WriteJob
impl Unpin for WriteJob
impl UnsafeUnpin for WriteJob
impl UnwindSafe for WriteJob
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