pub struct DecodedFile {
pub version: u32,
pub records: Vec<Result<Record, DecodeError>>,
}Fields§
§version: u32§records: Vec<Result<Record, DecodeError>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DecodedFile
impl RefUnwindSafe for DecodedFile
impl Send for DecodedFile
impl Sync for DecodedFile
impl Unpin for DecodedFile
impl UnsafeUnpin for DecodedFile
impl UnwindSafe for DecodedFile
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