pub struct LeaveGroupCall {
pub call: InputGroupCall,
pub source: i32,
}Expand description
Generated from:
phone.leaveGroupCall#500377f9 call:InputGroupCall source:int = UpdatesFields§
§call: InputGroupCall§source: i32Trait Implementations§
Source§impl Clone for LeaveGroupCall
impl Clone for LeaveGroupCall
Source§fn clone(&self) -> LeaveGroupCall
fn clone(&self) -> LeaveGroupCall
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 LeaveGroupCall
impl Debug for LeaveGroupCall
Source§impl Identifiable for LeaveGroupCall
impl Identifiable for LeaveGroupCall
Source§const CONSTRUCTOR_ID: u32 = 0x500377f9
const CONSTRUCTOR_ID: u32 = 0x500377f9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for LeaveGroupCall
impl PartialEq for LeaveGroupCall
Source§impl RemoteCall for LeaveGroupCall
impl RemoteCall for LeaveGroupCall
Source§impl Serializable for LeaveGroupCall
impl Serializable for LeaveGroupCall
impl StructuralPartialEq for LeaveGroupCall
Auto Trait Implementations§
impl Freeze for LeaveGroupCall
impl RefUnwindSafe for LeaveGroupCall
impl Send for LeaveGroupCall
impl Sync for LeaveGroupCall
impl Unpin for LeaveGroupCall
impl UnsafeUnpin for LeaveGroupCall
impl UnwindSafe for LeaveGroupCall
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