pub struct PreparedStoreWrite {
pub write_id: WriteId,
pub partitions: PreparedStoreWritePartitions,
pub base: StoreWriteBase,
pub blob_facts: StoreWriteBlobFacts,
}Fields§
§write_id: WriteId§partitions: PreparedStoreWritePartitions§base: StoreWriteBase§blob_facts: StoreWriteBlobFactsAuto Trait Implementations§
impl Freeze for PreparedStoreWrite
impl RefUnwindSafe for PreparedStoreWrite
impl Send for PreparedStoreWrite
impl Sync for PreparedStoreWrite
impl Unpin for PreparedStoreWrite
impl UnsafeUnpin for PreparedStoreWrite
impl UnwindSafe for PreparedStoreWrite
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