pub struct UserInfosParams { /* private fields */ }Expand description
/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>,
为一个或多个已验证的用户 ID 创建批量信息参数。
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