pub struct FetchedTable {
pub table: BmsTable,
pub raw: BmsTableRaw,
}Available on crate feature
scraper only.Expand description
Result of fetching a table with its raw JSON strings.
Fields§
§table: BmsTableParsed table.
raw: BmsTableRawRaw JSON strings and resolved URLs.
Auto Trait Implementations§
impl Freeze for FetchedTable
impl RefUnwindSafe for FetchedTable
impl Send for FetchedTable
impl Sync for FetchedTable
impl Unpin for FetchedTable
impl UnwindSafe for FetchedTable
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