pub struct SentCodeTypeSms {
pub length: i32,
}Expand description
Read auth.sentCodeTypeSms docs.
Generated from the following TL definition:
auth.sentCodeTypeSms#c000bba2 length:int = auth.SentCodeTypeFields§
§length: i32Trait Implementations§
Source§impl Clone for SentCodeTypeSms
impl Clone for SentCodeTypeSms
Source§fn clone(&self) -> SentCodeTypeSms
fn clone(&self) -> SentCodeTypeSms
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 SentCodeTypeSms
impl Debug for SentCodeTypeSms
Source§impl Deserializable for SentCodeTypeSms
impl Deserializable for SentCodeTypeSms
Source§impl From<SentCodeTypeSms> for SentCodeType
impl From<SentCodeTypeSms> for SentCodeType
Source§fn from(x: SentCodeTypeSms) -> Self
fn from(x: SentCodeTypeSms) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SentCodeTypeSms
impl Identifiable for SentCodeTypeSms
Source§const CONSTRUCTOR_ID: u32 = 3221273506
const CONSTRUCTOR_ID: u32 = 3221273506
The unique identifier for the type.
Source§impl PartialEq for SentCodeTypeSms
impl PartialEq for SentCodeTypeSms
Source§impl Serializable for SentCodeTypeSms
impl Serializable for SentCodeTypeSms
Source§impl TryFrom<SentCodeType> for SentCodeTypeSms
impl TryFrom<SentCodeType> for SentCodeTypeSms
impl StructuralPartialEq for SentCodeTypeSms
Auto Trait Implementations§
impl Freeze for SentCodeTypeSms
impl RefUnwindSafe for SentCodeTypeSms
impl Send for SentCodeTypeSms
impl Sync for SentCodeTypeSms
impl Unpin for SentCodeTypeSms
impl UnsafeUnpin for SentCodeTypeSms
impl UnwindSafe for SentCodeTypeSms
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