pub struct UserInfosParams { /* private fields */ }Expand description
Parameters for /x/im/user_infos.
Implementations§
Source§impl UserInfosParams
impl UserInfosParams
Sourcepub fn new<I>(mids: I) -> BpiResult<Self>where
I: IntoIterator<Item = Mid>,
pub fn new<I>(mids: I) -> BpiResult<Self>where
I: IntoIterator<Item = Mid>,
Creates batch-info parameters for one or more validated user IDs.
Trait Implementations§
Source§impl Clone for UserInfosParams
impl Clone for UserInfosParams
Source§fn clone(&self) -> UserInfosParams
fn clone(&self) -> UserInfosParams
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 UserInfosParams
impl Debug for UserInfosParams
impl Eq for UserInfosParams
Source§impl PartialEq for UserInfosParams
impl PartialEq for UserInfosParams
Source§fn eq(&self, other: &UserInfosParams) -> bool
fn eq(&self, other: &UserInfosParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UserInfosParams
Auto Trait Implementations§
impl Freeze for UserInfosParams
impl RefUnwindSafe for UserInfosParams
impl Send for UserInfosParams
impl Sync for UserInfosParams
impl Unpin for UserInfosParams
impl UnsafeUnpin for UserInfosParams
impl UnwindSafe for UserInfosParams
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.