pub struct UserUpStatParams { /* private fields */ }Expand description
Parameters for /x/space/upstat.
Implementations§
Trait Implementations§
Source§impl Clone for UserUpStatParams
impl Clone for UserUpStatParams
Source§fn clone(&self) -> UserUpStatParams
fn clone(&self) -> UserUpStatParams
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 moreimpl Copy for UserUpStatParams
Source§impl Debug for UserUpStatParams
impl Debug for UserUpStatParams
impl Eq for UserUpStatParams
Source§impl PartialEq for UserUpStatParams
impl PartialEq for UserUpStatParams
Source§fn eq(&self, other: &UserUpStatParams) -> bool
fn eq(&self, other: &UserUpStatParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserUpStatParams
Auto Trait Implementations§
impl Freeze for UserUpStatParams
impl RefUnwindSafe for UserUpStatParams
impl Send for UserUpStatParams
impl Sync for UserUpStatParams
impl Unpin for UserUpStatParams
impl UnsafeUnpin for UserUpStatParams
impl UnwindSafe for UserUpStatParams
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.