pub struct GetBirthdays {}Expand description
Trait Implementations§
Source§impl Clone for GetBirthdays
impl Clone for GetBirthdays
Source§fn clone(&self) -> GetBirthdays
fn clone(&self) -> GetBirthdays
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 GetBirthdays
impl Debug for GetBirthdays
Source§impl Identifiable for GetBirthdays
impl Identifiable for GetBirthdays
Source§const CONSTRUCTOR_ID: u32 = 0xdaeda864
const CONSTRUCTOR_ID: u32 = 0xdaeda864
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GetBirthdays
impl PartialEq for GetBirthdays
Source§impl RemoteCall for GetBirthdays
impl RemoteCall for GetBirthdays
Source§type Return = ContactBirthdays
type Return = ContactBirthdays
The deserialized response type.
Source§impl Serializable for GetBirthdays
impl Serializable for GetBirthdays
impl StructuralPartialEq for GetBirthdays
Auto Trait Implementations§
impl Freeze for GetBirthdays
impl RefUnwindSafe for GetBirthdays
impl Send for GetBirthdays
impl Sync for GetBirthdays
impl Unpin for GetBirthdays
impl UnsafeUnpin for GetBirthdays
impl UnwindSafe for GetBirthdays
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