pub struct Bhtmp {
pub headers: Vec<u8>,
pub records: Vec<DataRecord>,
}Fields§
§headers: Vec<u8>§records: Vec<DataRecord>Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bhtmp
impl Send for Bhtmp
impl Sync for Bhtmp
impl Unpin for Bhtmp
impl UnwindSafe for Bhtmp
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