pub struct WriteEntry {
pub op: Operation,
pub record: Arc<Record>,
pub work_status: AtomicU32,
pub retry_count: AtomicU32,
}Expand description
Write entry for buffered operations
Fields§
§op: Operation§record: Arc<Record>§work_status: AtomicU32§retry_count: AtomicU32Auto Trait Implementations§
impl !Freeze for WriteEntry
impl !RefUnwindSafe for WriteEntry
impl Send for WriteEntry
impl Sync for WriteEntry
impl Unpin for WriteEntry
impl UnsafeUnpin for WriteEntry
impl !UnwindSafe for WriteEntry
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