pub struct SentCodeTypeMissedCall {
pub prefix: String,
pub length: i32,
}Expand description
Generated from:
auth.sentCodeTypeMissedCall#82006484 prefix:string length:int = auth.SentCodeTypeFields§
§prefix: String§length: i32Trait Implementations§
Source§impl Clone for SentCodeTypeMissedCall
impl Clone for SentCodeTypeMissedCall
Source§fn clone(&self) -> SentCodeTypeMissedCall
fn clone(&self) -> SentCodeTypeMissedCall
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 SentCodeTypeMissedCall
impl Debug for SentCodeTypeMissedCall
Source§impl Deserializable for SentCodeTypeMissedCall
impl Deserializable for SentCodeTypeMissedCall
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<SentCodeTypeMissedCall> for SentCodeType
impl From<SentCodeTypeMissedCall> for SentCodeType
Source§fn from(x: SentCodeTypeMissedCall) -> Self
fn from(x: SentCodeTypeMissedCall) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SentCodeTypeMissedCall
impl Identifiable for SentCodeTypeMissedCall
Source§const CONSTRUCTOR_ID: u32 = 0x82006484
const CONSTRUCTOR_ID: u32 = 0x82006484
The constructor ID as specified in the TL schema.
Source§impl PartialEq for SentCodeTypeMissedCall
impl PartialEq for SentCodeTypeMissedCall
Source§impl TryFrom<SentCodeType> for SentCodeTypeMissedCall
impl TryFrom<SentCodeType> for SentCodeTypeMissedCall
Source§type Error = SentCodeType
type Error = SentCodeType
The type returned in the event of a conversion error.
impl StructuralPartialEq for SentCodeTypeMissedCall
Auto Trait Implementations§
impl Freeze for SentCodeTypeMissedCall
impl RefUnwindSafe for SentCodeTypeMissedCall
impl Send for SentCodeTypeMissedCall
impl Sync for SentCodeTypeMissedCall
impl Unpin for SentCodeTypeMissedCall
impl UnsafeUnpin for SentCodeTypeMissedCall
impl UnwindSafe for SentCodeTypeMissedCall
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