pub struct UserFollowingsParams { /* private fields */ }Expand description
Parameters for /x/relation/followings.
Implementations§
Source§impl UserFollowingsParams
impl UserFollowingsParams
Sourcepub fn with_order_type(self, order_type: impl Into<String>) -> Self
pub fn with_order_type(self, order_type: impl Into<String>) -> Self
Sets the raw Bilibili order type, such as attention.
Sourcepub fn with_page_size(self, page_size: u32) -> Self
pub fn with_page_size(self, page_size: u32) -> Self
Sets the page size.
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
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.