pub struct InputPhoneCall {
pub id: i64,
pub access_hash: i64,
}Expand description
Generated from the following TL definition:
inputPhoneCall#1e36fded id:long access_hash:long = InputPhoneCallFields§
§id: i64§access_hash: i64Trait Implementations§
Source§impl Clone for InputPhoneCall
impl Clone for InputPhoneCall
Source§fn clone(&self) -> InputPhoneCall
fn clone(&self) -> InputPhoneCall
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 InputPhoneCall
impl Debug for InputPhoneCall
Source§impl Deserializable for InputPhoneCall
impl Deserializable for InputPhoneCall
Source§impl From<InputPhoneCall> for InputPhoneCall
impl From<InputPhoneCall> for InputPhoneCall
Source§fn from(x: InputPhoneCall) -> Self
fn from(x: InputPhoneCall) -> Self
Converts to this type from the input type.
Source§impl From<InputPhoneCall> for InputPhoneCall
impl From<InputPhoneCall> for InputPhoneCall
Source§fn from(x: InputPhoneCall) -> Self
fn from(x: InputPhoneCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputPhoneCall
impl Identifiable for InputPhoneCall
Source§const CONSTRUCTOR_ID: u32 = 506920429
const CONSTRUCTOR_ID: u32 = 506920429
The unique identifier for the type.
Source§impl PartialEq for InputPhoneCall
impl PartialEq for InputPhoneCall
Source§impl Serializable for InputPhoneCall
impl Serializable for InputPhoneCall
impl StructuralPartialEq for InputPhoneCall
Auto Trait Implementations§
impl Freeze for InputPhoneCall
impl RefUnwindSafe for InputPhoneCall
impl Send for InputPhoneCall
impl Sync for InputPhoneCall
impl Unpin for InputPhoneCall
impl UnsafeUnpin for InputPhoneCall
impl UnwindSafe for InputPhoneCall
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