pub struct SentCodeTypeSmsPhrase {
pub beginning: Option<String>,
}Expand description
Read auth.sentCodeTypeSmsPhrase docs.
Generated from the following TL definition:
auth.sentCodeTypeSmsPhrase#b37794af flags:# beginning:flags.0?string = auth.SentCodeTypeFields§
§beginning: Option<String>Trait Implementations§
Source§impl Clone for SentCodeTypeSmsPhrase
impl Clone for SentCodeTypeSmsPhrase
Source§fn clone(&self) -> SentCodeTypeSmsPhrase
fn clone(&self) -> SentCodeTypeSmsPhrase
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 SentCodeTypeSmsPhrase
impl Debug for SentCodeTypeSmsPhrase
Source§impl From<SentCodeTypeSmsPhrase> for SentCodeType
impl From<SentCodeTypeSmsPhrase> for SentCodeType
Source§fn from(x: SentCodeTypeSmsPhrase) -> Self
fn from(x: SentCodeTypeSmsPhrase) -> Self
Converts to this type from the input type.
Source§impl Identifiable for SentCodeTypeSmsPhrase
impl Identifiable for SentCodeTypeSmsPhrase
Source§const CONSTRUCTOR_ID: u32 = 3010958511
const CONSTRUCTOR_ID: u32 = 3010958511
The unique identifier for the type.
Source§impl PartialEq for SentCodeTypeSmsPhrase
impl PartialEq for SentCodeTypeSmsPhrase
Source§impl Serializable for SentCodeTypeSmsPhrase
impl Serializable for SentCodeTypeSmsPhrase
Source§impl TryFrom<SentCodeType> for SentCodeTypeSmsPhrase
impl TryFrom<SentCodeType> for SentCodeTypeSmsPhrase
impl StructuralPartialEq for SentCodeTypeSmsPhrase
Auto Trait Implementations§
impl Freeze for SentCodeTypeSmsPhrase
impl RefUnwindSafe for SentCodeTypeSmsPhrase
impl Send for SentCodeTypeSmsPhrase
impl Sync for SentCodeTypeSmsPhrase
impl Unpin for SentCodeTypeSmsPhrase
impl UnsafeUnpin for SentCodeTypeSmsPhrase
impl UnwindSafe for SentCodeTypeSmsPhrase
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