pub struct WalFrame {
pub header: WalFrameHeader,
pub data: Vec<u8>,
}
Fields§
§header: WalFrameHeader
§data: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WalFrame
impl RefUnwindSafe for WalFrame
impl Send for WalFrame
impl Sync for WalFrame
impl Unpin for WalFrame
impl UnwindSafe for WalFrame
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