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