pub struct Scrape {
pub docs: HashMap<String, String>,
pub samples: Vec<Sample>,
}
Fields§
§docs: HashMap<String, String>
§samples: Vec<Sample>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scrape
impl RefUnwindSafe for Scrape
impl Send for Scrape
impl Sync for Scrape
impl Unpin for Scrape
impl UnwindSafe for Scrape
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