pub struct UpdateContactCloseBirthdays {
pub close_birthday_users: Vec<CloseBirthdayUser>,
}Expand description
The list of contacts that had birthdays recently or will have birthday soon has changed
Fields§
§close_birthday_users: Vec<CloseBirthdayUser>List of contact users with close birthday
Trait Implementations§
Source§impl Clone for UpdateContactCloseBirthdays
impl Clone for UpdateContactCloseBirthdays
Source§fn clone(&self) -> UpdateContactCloseBirthdays
fn clone(&self) -> UpdateContactCloseBirthdays
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 UpdateContactCloseBirthdays
impl Debug for UpdateContactCloseBirthdays
Source§impl Default for UpdateContactCloseBirthdays
impl Default for UpdateContactCloseBirthdays
Source§fn default() -> UpdateContactCloseBirthdays
fn default() -> UpdateContactCloseBirthdays
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateContactCloseBirthdays
impl<'de> Deserialize<'de> for UpdateContactCloseBirthdays
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
impl StructuralPartialEq for UpdateContactCloseBirthdays
Auto Trait Implementations§
impl Freeze for UpdateContactCloseBirthdays
impl RefUnwindSafe for UpdateContactCloseBirthdays
impl Send for UpdateContactCloseBirthdays
impl Sync for UpdateContactCloseBirthdays
impl Unpin for UpdateContactCloseBirthdays
impl UnwindSafe for UpdateContactCloseBirthdays
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