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