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