pub struct PhoneCallEmpty {
pub id: i64,
}Expand description
Fields§
§id: i64Trait Implementations§
Source§impl Clone for PhoneCallEmpty
impl Clone for PhoneCallEmpty
Source§fn clone(&self) -> PhoneCallEmpty
fn clone(&self) -> PhoneCallEmpty
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 PhoneCallEmpty
impl Debug for PhoneCallEmpty
Source§impl Deserializable for PhoneCallEmpty
impl Deserializable for PhoneCallEmpty
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<PhoneCallEmpty> for PhoneCall
impl From<PhoneCallEmpty> for PhoneCall
Source§fn from(x: PhoneCallEmpty) -> Self
fn from(x: PhoneCallEmpty) -> Self
Converts to this type from the input type.
Source§impl Identifiable for PhoneCallEmpty
impl Identifiable for PhoneCallEmpty
Source§const CONSTRUCTOR_ID: u32 = 0x5366c915
const CONSTRUCTOR_ID: u32 = 0x5366c915
The constructor ID as specified in the TL schema.
Source§impl PartialEq for PhoneCallEmpty
impl PartialEq for PhoneCallEmpty
Source§impl Serializable for PhoneCallEmpty
impl Serializable for PhoneCallEmpty
Source§impl TryFrom<PhoneCall> for PhoneCallEmpty
impl TryFrom<PhoneCall> for PhoneCallEmpty
impl StructuralPartialEq for PhoneCallEmpty
Auto Trait Implementations§
impl Freeze for PhoneCallEmpty
impl RefUnwindSafe for PhoneCallEmpty
impl Send for PhoneCallEmpty
impl Sync for PhoneCallEmpty
impl Unpin for PhoneCallEmpty
impl UnsafeUnpin for PhoneCallEmpty
impl UnwindSafe for PhoneCallEmpty
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