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