pub struct GetChatMemberParams {
pub chat_id: ChatId,
pub user_id: i64,
}Fields§
§chat_id: ChatId§user_id: i64Trait Implementations§
Source§impl Clone for GetChatMemberParams
impl Clone for GetChatMemberParams
Source§fn clone(&self) -> GetChatMemberParams
fn clone(&self) -> GetChatMemberParams
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 GetChatMemberParams
impl Debug for GetChatMemberParams
Auto Trait Implementations§
impl Freeze for GetChatMemberParams
impl RefUnwindSafe for GetChatMemberParams
impl Send for GetChatMemberParams
impl Sync for GetChatMemberParams
impl Unpin for GetChatMemberParams
impl UnsafeUnpin for GetChatMemberParams
impl UnwindSafe for GetChatMemberParams
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