pub struct AuthDialogProps {
pub code: String,
pub error: String,
}Fields§
§code: StringThe digits entered so far (0–6 characters).
error: StringOptional error/retry message to display.
Trait Implementations§
Source§impl Default for AuthDialogProps
impl Default for AuthDialogProps
Source§fn default() -> AuthDialogProps
fn default() -> AuthDialogProps
Returns the “default value” for a type. Read more
impl Props for AuthDialogProps
Auto Trait Implementations§
impl Freeze for AuthDialogProps
impl RefUnwindSafe for AuthDialogProps
impl Send for AuthDialogProps
impl Sync for AuthDialogProps
impl Unpin for AuthDialogProps
impl UnsafeUnpin for AuthDialogProps
impl UnwindSafe for AuthDialogProps
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