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