pub struct SentCodeTypeFlashCall {
pub pattern: String,
}Expand description
Generated from:
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 Deserializable for SentCodeTypeFlashCall
impl Deserializable for SentCodeTypeFlashCall
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<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 = 0xab03c6d9
const CONSTRUCTOR_ID: u32 = 0xab03c6d9
The constructor ID as specified in the TL schema.
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
Source§type Error = SentCodeType
type Error = SentCodeType
The type returned in the event of a conversion error.
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