Struct grammers_tl_types::functions::auth::SendCode
source · pub struct SendCode {
pub phone_number: String,
pub api_id: i32,
pub api_hash: String,
pub settings: CodeSettings,
}Fields§
§phone_number: String§api_id: i32§api_hash: String§settings: CodeSettingsTrait Implementations§
source§impl Identifiable for SendCode
impl Identifiable for SendCode
source§const CONSTRUCTOR_ID: u32 = 2_792_825_935u32
const CONSTRUCTOR_ID: u32 = 2_792_825_935u32
The unique identifier for the type.
source§impl PartialEq for SendCode
impl PartialEq for SendCode
source§impl RemoteCall for SendCode
impl RemoteCall for SendCode
source§impl Serializable for SendCode
impl Serializable for SendCode
impl StructuralPartialEq for SendCode
Auto Trait Implementations§
impl Freeze for SendCode
impl RefUnwindSafe for SendCode
impl Send for SendCode
impl Sync for SendCode
impl Unpin for SendCode
impl UnwindSafe for SendCode
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