pub struct Wal {
pub header: WalHeader,
pub frames: Vec<WalFrame>,
}
Fields§
§header: WalHeader
§frames: Vec<WalFrame>
Implementations§
Source§impl Wal
impl Wal
pub fn rewrite_salt_1(self, value: u32) -> Self
pub fn rewrite_salt_2(self, value: u32) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Wal
impl RefUnwindSafe for Wal
impl Send for Wal
impl Sync for Wal
impl Unpin for Wal
impl UnwindSafe for Wal
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