pub struct TransactionWrite {
pub offset: u64,
pub data: Vec<u8>,
pub is_overlay: bool,
}
Fields§
§offset: u64
§data: Vec<u8>
§is_overlay: bool
Auto Trait Implementations§
impl Freeze for TransactionWrite
impl RefUnwindSafe for TransactionWrite
impl Send for TransactionWrite
impl Sync for TransactionWrite
impl Unpin for TransactionWrite
impl UnwindSafe for TransactionWrite
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