pub struct DynamicLiveUsersParams { /* private fields */ }Expand description
Parameters for /dynamic_svr/v1/dynamic_svr/w_live_users.
Implementations§
Trait Implementations§
Source§impl Clone for DynamicLiveUsersParams
impl Clone for DynamicLiveUsersParams
Source§fn clone(&self) -> DynamicLiveUsersParams
fn clone(&self) -> DynamicLiveUsersParams
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 DynamicLiveUsersParams
impl Debug for DynamicLiveUsersParams
Source§impl Default for DynamicLiveUsersParams
impl Default for DynamicLiveUsersParams
Source§fn default() -> DynamicLiveUsersParams
fn default() -> DynamicLiveUsersParams
Returns the “default value” for a type. Read more
impl Eq for DynamicLiveUsersParams
Source§impl PartialEq for DynamicLiveUsersParams
impl PartialEq for DynamicLiveUsersParams
Source§fn eq(&self, other: &DynamicLiveUsersParams) -> bool
fn eq(&self, other: &DynamicLiveUsersParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DynamicLiveUsersParams
Auto Trait Implementations§
impl Freeze for DynamicLiveUsersParams
impl RefUnwindSafe for DynamicLiveUsersParams
impl Send for DynamicLiveUsersParams
impl Sync for DynamicLiveUsersParams
impl Unpin for DynamicLiveUsersParams
impl UnsafeUnpin for DynamicLiveUsersParams
impl UnwindSafe for DynamicLiveUsersParams
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.