pub struct InputPhoneCall {
pub id: i64,
pub access_hash: i64,
}Expand description
Fields§
§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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0x1e36fded
const CONSTRUCTOR_ID: u32 = 0x1e36fded
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputPhoneCall
impl PartialEq for InputPhoneCall
Source§impl Serializable for InputPhoneCall
impl Serializable for InputPhoneCall
Source§impl TryFrom<InputPhoneCall> for InputPhoneCall
impl TryFrom<InputPhoneCall> for InputPhoneCall
Source§type Error = InputPhoneCall
type Error = InputPhoneCall
The type returned in the event of a conversion error.
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