Skip to main content

TDChatReportReason

Trait TDChatReportReason 

Source
pub trait TDChatReportReason: Debug + RObject { }
Expand description

Describes the reason why a chat is reported

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a, CHATREPORTREASON: TDChatReportReason> TDChatReportReason for &'a CHATREPORTREASON

Source§

impl<'a, CHATREPORTREASON: TDChatReportReason> TDChatReportReason for &'a mut CHATREPORTREASON

Implementors§