pub struct UserUploadedVideosParams { /* private fields */ }Expand description
Parameters for /x/space/wbi/arc/search.
Implementations§
Source§impl UserUploadedVideosParams
impl UserUploadedVideosParams
Sourcepub fn with_order(self, order: UserUploadedVideoOrder) -> Self
pub fn with_order(self, order: UserUploadedVideoOrder) -> Self
Sets the video sort order.
Sourcepub fn with_keyword(self, keyword: impl Into<String>) -> Self
pub fn with_keyword(self, keyword: impl Into<String>) -> Self
Sets a keyword filter.
Sourcepub fn with_page_size(self, page_size: u32) -> BpiResult<Self>
pub fn with_page_size(self, page_size: u32) -> BpiResult<Self>
Sets the page size.
Trait Implementations§
Source§impl Clone for UserUploadedVideosParams
impl Clone for UserUploadedVideosParams
Source§fn clone(&self) -> UserUploadedVideosParams
fn clone(&self) -> UserUploadedVideosParams
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 UserUploadedVideosParams
impl Debug for UserUploadedVideosParams
impl Eq for UserUploadedVideosParams
Source§impl PartialEq for UserUploadedVideosParams
impl PartialEq for UserUploadedVideosParams
Source§fn eq(&self, other: &UserUploadedVideosParams) -> bool
fn eq(&self, other: &UserUploadedVideosParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserUploadedVideosParams
Auto Trait Implementations§
impl Freeze for UserUploadedVideosParams
impl RefUnwindSafe for UserUploadedVideosParams
impl Send for UserUploadedVideosParams
impl Sync for UserUploadedVideosParams
impl Unpin for UserUploadedVideosParams
impl UnsafeUnpin for UserUploadedVideosParams
impl UnwindSafe for UserUploadedVideosParams
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.