pub struct SignUp {
pub no_joined_notifications: bool,
pub phone_number: String,
pub phone_code_hash: String,
pub first_name: String,
pub last_name: String,
}Expand description
Generated from:
auth.signUp#aac7b717 flags:# no_joined_notifications:flags.0?true phone_number:string phone_code_hash:string first_name:string last_name:string = auth.AuthorizationFields§
§no_joined_notifications: bool§phone_number: String§phone_code_hash: String§first_name: String§last_name: StringTrait Implementations§
Source§impl Identifiable for SignUp
impl Identifiable for SignUp
Source§const CONSTRUCTOR_ID: u32 = 0xaac7b717
const CONSTRUCTOR_ID: u32 = 0xaac7b717
The constructor ID as specified in the TL schema.
Source§impl RemoteCall for SignUp
impl RemoteCall for SignUp
Source§type Return = Authorization
type Return = Authorization
The deserialized response type.
Source§impl Serializable for SignUp
impl Serializable for SignUp
impl StructuralPartialEq for SignUp
Auto Trait Implementations§
impl Freeze for SignUp
impl RefUnwindSafe for SignUp
impl Send for SignUp
impl Sync for SignUp
impl Unpin for SignUp
impl UnsafeUnpin for SignUp
impl UnwindSafe for SignUp
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