pub struct GroupCallDiscarded {
pub id: i64,
pub access_hash: i64,
pub duration: i32,
}Expand description
Generated from:
groupCallDiscarded#7780bcb4 id:long access_hash:long duration:int = GroupCallFields§
§id: i64§access_hash: i64§duration: i32Trait Implementations§
Source§impl Clone for GroupCallDiscarded
impl Clone for GroupCallDiscarded
Source§fn clone(&self) -> GroupCallDiscarded
fn clone(&self) -> GroupCallDiscarded
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 GroupCallDiscarded
impl Debug for GroupCallDiscarded
Source§impl Deserializable for GroupCallDiscarded
impl Deserializable for GroupCallDiscarded
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<GroupCallDiscarded> for GroupCall
impl From<GroupCallDiscarded> for GroupCall
Source§fn from(x: GroupCallDiscarded) -> Self
fn from(x: GroupCallDiscarded) -> Self
Converts to this type from the input type.
Source§impl Identifiable for GroupCallDiscarded
impl Identifiable for GroupCallDiscarded
Source§const CONSTRUCTOR_ID: u32 = 0x7780bcb4
const CONSTRUCTOR_ID: u32 = 0x7780bcb4
The constructor ID as specified in the TL schema.
Source§impl PartialEq for GroupCallDiscarded
impl PartialEq for GroupCallDiscarded
Source§impl Serializable for GroupCallDiscarded
impl Serializable for GroupCallDiscarded
Source§impl TryFrom<GroupCall> for GroupCallDiscarded
impl TryFrom<GroupCall> for GroupCallDiscarded
impl StructuralPartialEq for GroupCallDiscarded
Auto Trait Implementations§
impl Freeze for GroupCallDiscarded
impl RefUnwindSafe for GroupCallDiscarded
impl Send for GroupCallDiscarded
impl Sync for GroupCallDiscarded
impl Unpin for GroupCallDiscarded
impl UnsafeUnpin for GroupCallDiscarded
impl UnwindSafe for GroupCallDiscarded
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