Struct rust_tdlib::types::ChatActionBarReportSpam
source · [−]pub struct ChatActionBarReportSpam { /* private fields */ }
Expand description
The chat can be reported as spam using the method reportChat with the reason chatReportReasonSpam
Implementations
Trait Implementations
sourceimpl AsRef<ChatActionBarReportSpam> for ChatActionBarReportSpam
impl AsRef<ChatActionBarReportSpam> for ChatActionBarReportSpam
sourcefn as_ref(&self) -> &ChatActionBarReportSpam
fn as_ref(&self) -> &ChatActionBarReportSpam
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatActionBarReportSpam
impl Clone for ChatActionBarReportSpam
sourcefn clone(&self) -> ChatActionBarReportSpam
fn clone(&self) -> ChatActionBarReportSpam
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ChatActionBarReportSpam
impl Debug for ChatActionBarReportSpam
sourceimpl Default for ChatActionBarReportSpam
impl Default for ChatActionBarReportSpam
sourcefn default() -> ChatActionBarReportSpam
fn default() -> ChatActionBarReportSpam
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatActionBarReportSpam
impl<'de> Deserialize<'de> for ChatActionBarReportSpam
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 ChatActionBarReportSpam
impl Serialize for ChatActionBarReportSpam
impl TDChatActionBar for ChatActionBarReportSpam
Auto Trait Implementations
impl RefUnwindSafe for ChatActionBarReportSpam
impl Send for ChatActionBarReportSpam
impl Sync for ChatActionBarReportSpam
impl Unpin for ChatActionBarReportSpam
impl UnwindSafe for ChatActionBarReportSpam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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