pub struct TrendingRequest {
pub url: String,
pub parameters: Vec<(&'static str, &'static str)>,
}Fields§
§url: String§parameters: Vec<(&'static str, &'static str)>Trait Implementations§
Source§impl Clone for TrendingRequest
impl Clone for TrendingRequest
Source§fn clone(&self) -> TrendingRequest
fn clone(&self) -> TrendingRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TrendingRequest
impl Debug for TrendingRequest
Source§impl Default for TrendingRequest
impl Default for TrendingRequest
Source§fn default() -> TrendingRequest
fn default() -> TrendingRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TrendingRequest
impl RefUnwindSafe for TrendingRequest
impl Send for TrendingRequest
impl Sync for TrendingRequest
impl Unpin for TrendingRequest
impl UnwindSafe for TrendingRequest
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