pub struct InputChatPhotoPrevious {
pub chat_photo_id: i64,
}
Expand description
A previously used profile photo of the current user
Fields§
§chat_photo_id: i64
Identifier of the current user’s profile photo to reuse
Trait Implementations§
Source§impl Clone for InputChatPhotoPrevious
impl Clone for InputChatPhotoPrevious
Source§fn clone(&self) -> InputChatPhotoPrevious
fn clone(&self) -> InputChatPhotoPrevious
Returns a duplicate 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 PartialEq for InputChatPhotoPrevious
impl PartialEq for InputChatPhotoPrevious
Source§impl Serialize for InputChatPhotoPrevious
impl Serialize for InputChatPhotoPrevious
impl StructuralPartialEq 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