pub struct MainResult {
pub records: MainRecords,
pub initial: MainInitial,
pub cfinal: Option<MainFInal>,
pub misc: Misc,
pub weight: Weight,
}
Expand description
Object that stores data main file
Fields§
§records: MainRecords
§initial: MainInitial
§cfinal: Option<MainFInal>
§misc: Misc
§weight: Weight
Implementations§
Source§impl MainResult
impl MainResult
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MainResult
impl RefUnwindSafe for MainResult
impl Send for MainResult
impl Sync for MainResult
impl Unpin for MainResult
impl UnwindSafe for MainResult
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