pub struct GetChatMemberPayload {
pub chat_id: String,
pub user_id: i64,
}
Fields§
§chat_id: String
§user_id: i64
Trait Implementations§
Source§impl Clone for GetChatMemberPayload
impl Clone for GetChatMemberPayload
Source§fn clone(&self) -> GetChatMemberPayload
fn clone(&self) -> GetChatMemberPayload
Returns a duplicate of the value. Read more
1.0.0 · 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 GetChatMemberPayload
impl Debug for GetChatMemberPayload
Source§impl Default for GetChatMemberPayload
impl Default for GetChatMemberPayload
Source§fn default() -> GetChatMemberPayload
fn default() -> GetChatMemberPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetChatMemberPayload
impl<'de> Deserialize<'de> for GetChatMemberPayload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetChatMemberPayload
impl RefUnwindSafe for GetChatMemberPayload
impl Send for GetChatMemberPayload
impl Sync for GetChatMemberPayload
impl Unpin for GetChatMemberPayload
impl UnwindSafe for GetChatMemberPayload
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