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