pub struct FeedOpts {
pub base: Option<String>,
pub endpoint: Option<String>,
pub page: Option<usize>,
pub search: Option<String>,
}
Fields§
§base: Option<String>
§endpoint: Option<String>
§page: Option<usize>
§search: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FeedOpts
impl RefUnwindSafe for FeedOpts
impl Send for FeedOpts
impl Sync for FeedOpts
impl Unpin for FeedOpts
impl UnwindSafe for FeedOpts
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