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