pub struct ConvertToGigagroup {
pub channel: InputChannel,
}Expand description
Generated from:
channels.convertToGigagroup#b290c69 channel:InputChannel = UpdatesFields§
§channel: InputChannelTrait Implementations§
Source§impl Clone for ConvertToGigagroup
impl Clone for ConvertToGigagroup
Source§fn clone(&self) -> ConvertToGigagroup
fn clone(&self) -> ConvertToGigagroup
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 ConvertToGigagroup
impl Debug for ConvertToGigagroup
Source§impl Identifiable for ConvertToGigagroup
impl Identifiable for ConvertToGigagroup
Source§const CONSTRUCTOR_ID: u32 = 0x0b290c69
const CONSTRUCTOR_ID: u32 = 0x0b290c69
The constructor ID as specified in the TL schema.
Source§impl PartialEq for ConvertToGigagroup
impl PartialEq for ConvertToGigagroup
Source§impl RemoteCall for ConvertToGigagroup
impl RemoteCall for ConvertToGigagroup
Source§impl Serializable for ConvertToGigagroup
impl Serializable for ConvertToGigagroup
impl StructuralPartialEq for ConvertToGigagroup
Auto Trait Implementations§
impl Freeze for ConvertToGigagroup
impl RefUnwindSafe for ConvertToGigagroup
impl Send for ConvertToGigagroup
impl Sync for ConvertToGigagroup
impl Unpin for ConvertToGigagroup
impl UnsafeUnpin for ConvertToGigagroup
impl UnwindSafe for ConvertToGigagroup
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