pub struct DynamicUpUsersParams { /* private fields */ }Expand description
Parameters for /dynamic_svr/v1/dynamic_svr/w_dyn_uplist.
Implementations§
Source§impl DynamicUpUsersParams
impl DynamicUpUsersParams
pub fn new() -> Self
pub fn with_teenagers_mode(self, teenagers_mode: bool) -> Self
pub fn query_pairs(&self) -> Vec<(&'static str, String)>
Trait Implementations§
Source§impl Clone for DynamicUpUsersParams
impl Clone for DynamicUpUsersParams
Source§fn clone(&self) -> DynamicUpUsersParams
fn clone(&self) -> DynamicUpUsersParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DynamicUpUsersParams
impl Debug for DynamicUpUsersParams
Source§impl Default for DynamicUpUsersParams
impl Default for DynamicUpUsersParams
Source§fn default() -> DynamicUpUsersParams
fn default() -> DynamicUpUsersParams
Returns the “default value” for a type. Read more
impl Eq for DynamicUpUsersParams
Source§impl PartialEq for DynamicUpUsersParams
impl PartialEq for DynamicUpUsersParams
Source§fn eq(&self, other: &DynamicUpUsersParams) -> bool
fn eq(&self, other: &DynamicUpUsersParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DynamicUpUsersParams
Auto Trait Implementations§
impl Freeze for DynamicUpUsersParams
impl RefUnwindSafe for DynamicUpUsersParams
impl Send for DynamicUpUsersParams
impl Sync for DynamicUpUsersParams
impl Unpin for DynamicUpUsersParams
impl UnsafeUnpin for DynamicUpUsersParams
impl UnwindSafe for DynamicUpUsersParams
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.