Struct rust_tdlib::types::ChatActionBarReportAddBlock [−][src]
pub struct ChatActionBarReportAddBlock { /* fields omitted */ }Expand description
The chat is a private or secret chat, which can be reported using the method reportChat, or the other user can be blocked using the method blockUser, or the other user can be added to the contact list using the method addContact
Implementations
Trait Implementations
Performs the conversion.
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ChatActionBarReportAddBlockimpl Send for ChatActionBarReportAddBlockimpl Sync for ChatActionBarReportAddBlockimpl Unpin for ChatActionBarReportAddBlockimpl UnwindSafe for ChatActionBarReportAddBlockBlanket Implementations
Mutably borrows from an owned value. Read more