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