[][src]Struct nyaasi_scraper::Page

pub struct Page {
    pub url: String,
    pub number: u32,
}

Data about a page of the search query

Fields

url: String

Url of the page. The html on this url can be provided to parse_html() to scrape it

number: u32

Number of the page

Trait Implementations

impl Debug for Page[src]

impl Serialize for Page[src]

Auto Trait Implementations

impl Send for Page

impl Unpin for Page

impl Sync for Page

impl UnwindSafe for Page

impl RefUnwindSafe for Page

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]