pub struct Results {
pub entries: Vec<NyaasiEntry>,
pub pagination: Option<Pagination>,
}
Expand description
Data contained in a nyaa.si page.
Fields§
§entries: Vec<NyaasiEntry>
Entries in the page, in chronological order (aka newest last)
pagination: Option<Pagination>
Pagination information extracted from the page.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Results
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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