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