pub struct ChatReportReasonChildAbuse { /* private fields */ }
Expand description
The chat has child abuse related content
Implementations§
Trait Implementations§
Source§impl AsRef<ChatReportReasonChildAbuse> for ChatReportReasonChildAbuse
impl AsRef<ChatReportReasonChildAbuse> for ChatReportReasonChildAbuse
Source§fn as_ref(&self) -> &ChatReportReasonChildAbuse
fn as_ref(&self) -> &ChatReportReasonChildAbuse
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatReportReasonChildAbuse
impl Clone for ChatReportReasonChildAbuse
Source§fn clone(&self) -> ChatReportReasonChildAbuse
fn clone(&self) -> ChatReportReasonChildAbuse
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 ChatReportReasonChildAbuse
impl Debug for ChatReportReasonChildAbuse
Source§impl Default for ChatReportReasonChildAbuse
impl Default for ChatReportReasonChildAbuse
Source§fn default() -> ChatReportReasonChildAbuse
fn default() -> ChatReportReasonChildAbuse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatReportReasonChildAbuse
impl<'de> Deserialize<'de> for ChatReportReasonChildAbuse
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
impl TDChatReportReason for ChatReportReasonChildAbuse
Auto Trait Implementations§
impl Freeze for ChatReportReasonChildAbuse
impl RefUnwindSafe for ChatReportReasonChildAbuse
impl Send for ChatReportReasonChildAbuse
impl Sync for ChatReportReasonChildAbuse
impl Unpin for ChatReportReasonChildAbuse
impl UnwindSafe for ChatReportReasonChildAbuse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more