Struct telexide_fork::model::CreatorMemberStatus
source · pub struct CreatorMemberStatus {
pub user: User,
pub custom_title: Option<String>,
pub is_anonymous: bool,
}Expand description
Represents a ChatMember who is the creator of the Chat.
Fields§
§user: UserInformation about the user
custom_title: Option<String>Custom title for this user
is_anonymous: boolOwner and administrators only. True, if the user’s presence in the chat is hidden
Trait Implementations§
source§impl Clone for CreatorMemberStatus
impl Clone for CreatorMemberStatus
source§fn clone(&self) -> CreatorMemberStatus
fn clone(&self) -> CreatorMemberStatus
Returns a copy 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 CreatorMemberStatus
impl Debug for CreatorMemberStatus
source§impl<'de> Deserialize<'de> for CreatorMemberStatus
impl<'de> Deserialize<'de> for CreatorMemberStatus
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<CreatorMemberStatus> for CreatorMemberStatus
impl PartialEq<CreatorMemberStatus> for CreatorMemberStatus
source§fn eq(&self, other: &CreatorMemberStatus) -> bool
fn eq(&self, other: &CreatorMemberStatus) -> bool
This method tests for
self and other values to be equal, and is used
by ==.