pub struct RequestCall {
pub video: bool,
pub user_id: InputUser,
pub random_id: i32,
pub g_a_hash: Vec<u8>,
pub protocol: PhoneCallProtocol,
}Expand description
Generated from:
phone.requestCall#42ff96ed flags:# video:flags.0?true user_id:InputUser random_id:int g_a_hash:bytes protocol:PhoneCallProtocol = phone.PhoneCallFields§
§video: bool§user_id: InputUser§random_id: i32§g_a_hash: Vec<u8>§protocol: PhoneCallProtocolTrait Implementations§
Source§impl Clone for RequestCall
impl Clone for RequestCall
Source§fn clone(&self) -> RequestCall
fn clone(&self) -> RequestCall
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 RequestCall
impl Debug for RequestCall
Source§impl Identifiable for RequestCall
impl Identifiable for RequestCall
Source§const CONSTRUCTOR_ID: u32 = 0x42ff96ed
const CONSTRUCTOR_ID: u32 = 0x42ff96ed
The constructor ID as specified in the TL schema.
Source§impl PartialEq for RequestCall
impl PartialEq for RequestCall
Source§impl RemoteCall for RequestCall
impl RemoteCall for RequestCall
Source§impl Serializable for RequestCall
impl Serializable for RequestCall
impl StructuralPartialEq for RequestCall
Auto Trait Implementations§
impl Freeze for RequestCall
impl RefUnwindSafe for RequestCall
impl Send for RequestCall
impl Sync for RequestCall
impl Unpin for RequestCall
impl UnsafeUnpin for RequestCall
impl UnwindSafe for RequestCall
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