pub struct MessageChatOwnerLeft {
pub new_owner_user_id: i64,
}Expand description
The owner of the chat has left
Fields§
§new_owner_user_id: i64Identifier of the user who will become the new owner of the chat if the previous owner isn’t return; 0 if none
Trait Implementations§
Source§impl Clone for MessageChatOwnerLeft
impl Clone for MessageChatOwnerLeft
Source§fn clone(&self) -> MessageChatOwnerLeft
fn clone(&self) -> MessageChatOwnerLeft
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 MessageChatOwnerLeft
impl Debug for MessageChatOwnerLeft
Source§impl Default for MessageChatOwnerLeft
impl Default for MessageChatOwnerLeft
Source§fn default() -> MessageChatOwnerLeft
fn default() -> MessageChatOwnerLeft
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MessageChatOwnerLeft
impl<'de> Deserialize<'de> for MessageChatOwnerLeft
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
Source§impl PartialEq for MessageChatOwnerLeft
impl PartialEq for MessageChatOwnerLeft
Source§impl Serialize for MessageChatOwnerLeft
impl Serialize for MessageChatOwnerLeft
impl StructuralPartialEq for MessageChatOwnerLeft
Auto Trait Implementations§
impl Freeze for MessageChatOwnerLeft
impl RefUnwindSafe for MessageChatOwnerLeft
impl Send for MessageChatOwnerLeft
impl Sync for MessageChatOwnerLeft
impl Unpin for MessageChatOwnerLeft
impl UnsafeUnpin for MessageChatOwnerLeft
impl UnwindSafe for MessageChatOwnerLeft
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