pub struct UpdateContactNote {
pub id: InputUser,
pub note: TextWithEntities,
}Expand description
Generated from:
contacts.updateContactNote#139f63fb id:InputUser note:TextWithEntities = BoolFields§
§id: InputUser§note: TextWithEntitiesTrait Implementations§
Source§impl Clone for UpdateContactNote
impl Clone for UpdateContactNote
Source§fn clone(&self) -> UpdateContactNote
fn clone(&self) -> UpdateContactNote
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 UpdateContactNote
impl Debug for UpdateContactNote
Source§impl Identifiable for UpdateContactNote
impl Identifiable for UpdateContactNote
Source§const CONSTRUCTOR_ID: u32 = 0x139f63fb
const CONSTRUCTOR_ID: u32 = 0x139f63fb
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdateContactNote
impl PartialEq for UpdateContactNote
Source§impl RemoteCall for UpdateContactNote
impl RemoteCall for UpdateContactNote
Source§impl Serializable for UpdateContactNote
impl Serializable for UpdateContactNote
impl StructuralPartialEq for UpdateContactNote
Auto Trait Implementations§
impl Freeze for UpdateContactNote
impl RefUnwindSafe for UpdateContactNote
impl Send for UpdateContactNote
impl Sync for UpdateContactNote
impl Unpin for UpdateContactNote
impl UnsafeUnpin for UpdateContactNote
impl UnwindSafe for UpdateContactNote
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