pub struct DiscardCall {
pub video: bool,
pub peer: InputPhoneCall,
pub duration: i32,
pub reason: PhoneCallDiscardReason,
pub connection_id: i64,
}Expand description
Generated from:
phone.discardCall#b2cbc1c0 flags:# video:flags.0?true peer:InputPhoneCall duration:int reason:PhoneCallDiscardReason connection_id:long = UpdatesFields§
§video: bool§peer: InputPhoneCall§duration: i32§reason: PhoneCallDiscardReason§connection_id: i64Trait Implementations§
Source§impl Clone for DiscardCall
impl Clone for DiscardCall
Source§fn clone(&self) -> DiscardCall
fn clone(&self) -> DiscardCall
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 DiscardCall
impl Debug for DiscardCall
Source§impl Identifiable for DiscardCall
impl Identifiable for DiscardCall
Source§const CONSTRUCTOR_ID: u32 = 0xb2cbc1c0
const CONSTRUCTOR_ID: u32 = 0xb2cbc1c0
The constructor ID as specified in the TL schema.
Source§impl PartialEq for DiscardCall
impl PartialEq for DiscardCall
Source§impl RemoteCall for DiscardCall
impl RemoteCall for DiscardCall
Source§impl Serializable for DiscardCall
impl Serializable for DiscardCall
impl StructuralPartialEq for DiscardCall
Auto Trait Implementations§
impl Freeze for DiscardCall
impl RefUnwindSafe for DiscardCall
impl Send for DiscardCall
impl Sync for DiscardCall
impl Unpin for DiscardCall
impl UnsafeUnpin for DiscardCall
impl UnwindSafe for DiscardCall
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