pub struct LeaveGroupCallPresentation {
pub call: InputGroupCall,
}Expand description
phone.leaveGroupCallPresentation
Generated from:
phone.leaveGroupCallPresentation#1c50d144 call:InputGroupCall = UpdatesFields§
§call: InputGroupCallTrait Implementations§
Source§impl Clone for LeaveGroupCallPresentation
impl Clone for LeaveGroupCallPresentation
Source§fn clone(&self) -> LeaveGroupCallPresentation
fn clone(&self) -> LeaveGroupCallPresentation
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 LeaveGroupCallPresentation
impl Debug for LeaveGroupCallPresentation
Source§impl Identifiable for LeaveGroupCallPresentation
impl Identifiable for LeaveGroupCallPresentation
Source§const CONSTRUCTOR_ID: u32 = 0x1c50d144
const CONSTRUCTOR_ID: u32 = 0x1c50d144
The constructor ID as specified in the TL schema.
impl StructuralPartialEq for LeaveGroupCallPresentation
Auto Trait Implementations§
impl Freeze for LeaveGroupCallPresentation
impl RefUnwindSafe for LeaveGroupCallPresentation
impl Send for LeaveGroupCallPresentation
impl Sync for LeaveGroupCallPresentation
impl Unpin for LeaveGroupCallPresentation
impl UnsafeUnpin for LeaveGroupCallPresentation
impl UnwindSafe for LeaveGroupCallPresentation
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