pub struct Search {
pub page: u16,
pub filter: Filter,
pub sorting: Sorting,
pub tag: String,
}Fields§
§page: u16Which page to show.
filter: FilterSearch filter.
sorting: SortingSearch results sorting.
tag: StringSearch tag (empty if no tag is being searched).
Implementations§
Auto Trait Implementations§
impl Freeze for Search
impl RefUnwindSafe for Search
impl Send for Search
impl Sync for Search
impl Unpin for Search
impl UnwindSafe for Search
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