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