Struct rust_tdlib::types::ChatReportReasonChildAbuse
source · [−]pub struct ChatReportReasonChildAbuse { /* private fields */ }
Expand description
The chat has child abuse related content
Implementations
Trait Implementations
sourceimpl AsRef<ChatReportReasonChildAbuse> for ChatReportReasonChildAbuse
impl AsRef<ChatReportReasonChildAbuse> for ChatReportReasonChildAbuse
sourcefn as_ref(&self) -> &ChatReportReasonChildAbuse
fn as_ref(&self) -> &ChatReportReasonChildAbuse
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ChatReportReasonChildAbuse
impl Clone for ChatReportReasonChildAbuse
sourcefn clone(&self) -> ChatReportReasonChildAbuse
fn clone(&self) -> ChatReportReasonChildAbuse
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 ChatReportReasonChildAbuse
impl Debug for ChatReportReasonChildAbuse
sourceimpl Default for ChatReportReasonChildAbuse
impl Default for ChatReportReasonChildAbuse
sourcefn default() -> ChatReportReasonChildAbuse
fn default() -> ChatReportReasonChildAbuse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ChatReportReasonChildAbuse
impl<'de> Deserialize<'de> for ChatReportReasonChildAbuse
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
impl TDChatReportReason for ChatReportReasonChildAbuse
Auto Trait Implementations
impl RefUnwindSafe for ChatReportReasonChildAbuse
impl Send for ChatReportReasonChildAbuse
impl Sync for ChatReportReasonChildAbuse
impl Unpin for ChatReportReasonChildAbuse
impl UnwindSafe for ChatReportReasonChildAbuse
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