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