pub struct ChatReportReasonFake { /* private fields */ }
Expand description
The chat represents a fake account
Implementations§
Trait Implementations§
Source§impl AsRef<ChatReportReasonFake> for ChatReportReasonFake
impl AsRef<ChatReportReasonFake> for ChatReportReasonFake
Source§fn as_ref(&self) -> &ChatReportReasonFake
fn as_ref(&self) -> &ChatReportReasonFake
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for ChatReportReasonFake
impl Clone for ChatReportReasonFake
Source§fn clone(&self) -> ChatReportReasonFake
fn clone(&self) -> ChatReportReasonFake
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 ChatReportReasonFake
impl Debug for ChatReportReasonFake
Source§impl Default for ChatReportReasonFake
impl Default for ChatReportReasonFake
Source§fn default() -> ChatReportReasonFake
fn default() -> ChatReportReasonFake
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChatReportReasonFake
impl<'de> Deserialize<'de> for ChatReportReasonFake
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
Source§impl Serialize for ChatReportReasonFake
impl Serialize for ChatReportReasonFake
impl TDChatReportReason for ChatReportReasonFake
Auto Trait Implementations§
impl Freeze for ChatReportReasonFake
impl RefUnwindSafe for ChatReportReasonFake
impl Send for ChatReportReasonFake
impl Sync for ChatReportReasonFake
impl Unpin for ChatReportReasonFake
impl UnwindSafe for ChatReportReasonFake
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