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