pub struct InputGroupCall {
pub id: i64,
pub access_hash: i64,
}Expand description
Generated from the following TL definition:
inputGroupCall#d8aa840f id:long access_hash:long = InputGroupCallFields§
§id: i64§access_hash: i64Trait Implementations§
Source§impl Clone for InputGroupCall
impl Clone for InputGroupCall
Source§fn clone(&self) -> InputGroupCall
fn clone(&self) -> InputGroupCall
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 InputGroupCall
impl Debug for InputGroupCall
Source§impl Deserializable for InputGroupCall
impl Deserializable for InputGroupCall
Source§impl From<InputGroupCall> for InputGroupCall
impl From<InputGroupCall> for InputGroupCall
Source§fn from(x: InputGroupCall) -> Self
fn from(x: InputGroupCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputGroupCall
impl Identifiable for InputGroupCall
Source§const CONSTRUCTOR_ID: u32 = 3635053583
const CONSTRUCTOR_ID: u32 = 3635053583
The unique identifier for the type.
Source§impl PartialEq for InputGroupCall
impl PartialEq for InputGroupCall
Source§impl Serializable for InputGroupCall
impl Serializable for InputGroupCall
Source§impl TryFrom<InputGroupCall> for InputGroupCall
impl TryFrom<InputGroupCall> for InputGroupCall
impl StructuralPartialEq for InputGroupCall
Auto Trait Implementations§
impl Freeze for InputGroupCall
impl RefUnwindSafe for InputGroupCall
impl Send for InputGroupCall
impl Sync for InputGroupCall
impl Unpin for InputGroupCall
impl UnsafeUnpin for InputGroupCall
impl UnwindSafe for InputGroupCall
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