pub struct ConfirmCall {
pub peer: InputPhoneCall,
pub g_a: Vec<u8>,
pub key_fingerprint: i64,
pub protocol: PhoneCallProtocol,
}Expand description
Generated from:
phone.confirmCall#2efe1722 peer:InputPhoneCall g_a:bytes key_fingerprint:long protocol:PhoneCallProtocol = phone.PhoneCallFields§
§peer: InputPhoneCall§g_a: Vec<u8>§key_fingerprint: i64§protocol: PhoneCallProtocolTrait Implementations§
Source§impl Clone for ConfirmCall
impl Clone for ConfirmCall
Source§fn clone(&self) -> ConfirmCall
fn clone(&self) -> ConfirmCall
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 ConfirmCall
impl Debug for ConfirmCall
Source§impl Identifiable for ConfirmCall
impl Identifiable for ConfirmCall
Source§const CONSTRUCTOR_ID: u32 = 0x2efe1722
const CONSTRUCTOR_ID: u32 = 0x2efe1722
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ConfirmCall
impl PartialEq for ConfirmCall
Source§impl RemoteCall for ConfirmCall
impl RemoteCall for ConfirmCall
Source§impl Serializable for ConfirmCall
impl Serializable for ConfirmCall
impl StructuralPartialEq for ConfirmCall
Auto Trait Implementations§
impl Freeze for ConfirmCall
impl RefUnwindSafe for ConfirmCall
impl Send for ConfirmCall
impl Sync for ConfirmCall
impl Unpin for ConfirmCall
impl UnsafeUnpin for ConfirmCall
impl UnwindSafe for ConfirmCall
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