Struct rust_tdlib::types::ReportChatPhoto
source · [−]pub struct ReportChatPhoto { /* private fields */ }
Expand description
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.can_be_reported
Implementations
Trait Implementations
sourceimpl AsRef<ReportChatPhoto> for ReportChatPhoto
impl AsRef<ReportChatPhoto> for ReportChatPhoto
sourcefn as_ref(&self) -> &ReportChatPhoto
fn as_ref(&self) -> &ReportChatPhoto
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for ReportChatPhoto
impl Clone for ReportChatPhoto
sourcefn clone(&self) -> ReportChatPhoto
fn clone(&self) -> ReportChatPhoto
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 ReportChatPhoto
impl Debug for ReportChatPhoto
sourceimpl Default for ReportChatPhoto
impl Default for ReportChatPhoto
sourcefn default() -> ReportChatPhoto
fn default() -> ReportChatPhoto
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ReportChatPhoto
impl<'de> Deserialize<'de> for ReportChatPhoto
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 ReportChatPhoto
impl Serialize for ReportChatPhoto
Auto Trait Implementations
impl RefUnwindSafe for ReportChatPhoto
impl Send for ReportChatPhoto
impl Sync for ReportChatPhoto
impl Unpin for ReportChatPhoto
impl UnwindSafe for ReportChatPhoto
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