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