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