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