Struct telegram_bot_api::types::ChatMemberLeft
source · [−]pub struct ChatMemberLeft {
pub user: User,
}
Expand description
Represents a chat member that isn’t currently a member of the chat, but may join it themselves.
Fields
user: User
Information about the user
Implementations
sourceimpl ChatMemberLeft
impl ChatMemberLeft
Trait Implementations
sourceimpl Clone for ChatMemberLeft
impl Clone for ChatMemberLeft
sourcefn clone(&self) -> ChatMemberLeft
fn clone(&self) -> ChatMemberLeft
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ChatMemberLeft
impl Debug for ChatMemberLeft
sourceimpl<'de> Deserialize<'de> for ChatMemberLeft
impl<'de> Deserialize<'de> for ChatMemberLeft
sourcefn 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
sourceimpl Serialize for ChatMemberLeft
impl Serialize for ChatMemberLeft
Auto Trait Implementations
impl RefUnwindSafe for ChatMemberLeft
impl Send for ChatMemberLeft
impl Sync for ChatMemberLeft
impl Unpin for ChatMemberLeft
impl UnwindSafe for ChatMemberLeft
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more