pub struct ResolvePhone {
pub phone: String,
}Expand description
Generated from:
contacts.resolvePhone#8af94344 phone:string = contacts.ResolvedPeerFields§
§phone: StringTrait Implementations§
Source§impl Clone for ResolvePhone
impl Clone for ResolvePhone
Source§fn clone(&self) -> ResolvePhone
fn clone(&self) -> ResolvePhone
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 ResolvePhone
impl Debug for ResolvePhone
Source§impl Identifiable for ResolvePhone
impl Identifiable for ResolvePhone
Source§const CONSTRUCTOR_ID: u32 = 0x8af94344
const CONSTRUCTOR_ID: u32 = 0x8af94344
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ResolvePhone
impl PartialEq for ResolvePhone
Source§impl RemoteCall for ResolvePhone
impl RemoteCall for ResolvePhone
Source§type Return = ResolvedPeer
type Return = ResolvedPeer
The deserialized response type.
Source§impl Serializable for ResolvePhone
impl Serializable for ResolvePhone
impl StructuralPartialEq for ResolvePhone
Auto Trait Implementations§
impl Freeze for ResolvePhone
impl RefUnwindSafe for ResolvePhone
impl Send for ResolvePhone
impl Sync for ResolvePhone
impl Unpin for ResolvePhone
impl UnsafeUnpin for ResolvePhone
impl UnwindSafe for ResolvePhone
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