pub struct UpdatePhoneCallSignalingData {
pub phone_call_id: i64,
pub data: Vec<u8>,
}Expand description
Generated from:
updatePhoneCallSignalingData#2661bf09 phone_call_id:long data:bytes = UpdateFields§
§phone_call_id: i64§data: Vec<u8>Trait Implementations§
Source§impl Clone for UpdatePhoneCallSignalingData
impl Clone for UpdatePhoneCallSignalingData
Source§fn clone(&self) -> UpdatePhoneCallSignalingData
fn clone(&self) -> UpdatePhoneCallSignalingData
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 UpdatePhoneCallSignalingData
impl Debug for UpdatePhoneCallSignalingData
Source§impl Deserializable for UpdatePhoneCallSignalingData
impl Deserializable for UpdatePhoneCallSignalingData
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<UpdatePhoneCallSignalingData> for Update
impl From<UpdatePhoneCallSignalingData> for Update
Source§fn from(x: UpdatePhoneCallSignalingData) -> Self
fn from(x: UpdatePhoneCallSignalingData) -> Self
Converts to this type from the input type.
Source§impl Identifiable for UpdatePhoneCallSignalingData
impl Identifiable for UpdatePhoneCallSignalingData
Source§const CONSTRUCTOR_ID: u32 = 0x2661bf09
const CONSTRUCTOR_ID: u32 = 0x2661bf09
The constructor ID as specified in the TL schema.
Source§impl PartialEq for UpdatePhoneCallSignalingData
impl PartialEq for UpdatePhoneCallSignalingData
Source§fn eq(&self, other: &UpdatePhoneCallSignalingData) -> bool
fn eq(&self, other: &UpdatePhoneCallSignalingData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl TryFrom<Update> for UpdatePhoneCallSignalingData
impl TryFrom<Update> for UpdatePhoneCallSignalingData
impl StructuralPartialEq for UpdatePhoneCallSignalingData
Auto Trait Implementations§
impl Freeze for UpdatePhoneCallSignalingData
impl RefUnwindSafe for UpdatePhoneCallSignalingData
impl Send for UpdatePhoneCallSignalingData
impl Sync for UpdatePhoneCallSignalingData
impl Unpin for UpdatePhoneCallSignalingData
impl UnsafeUnpin for UpdatePhoneCallSignalingData
impl UnwindSafe for UpdatePhoneCallSignalingData
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