pub struct SignUpOnVerification {
pub get_temp_email: Arc<dyn Fn(&str) -> String + Send + Sync + 'static>,
pub get_temp_name: Option<Arc<dyn Fn(&str) -> String + Send + Sync + 'static>>,
}Fields§
§get_temp_email: Arc<dyn Fn(&str) -> String + Send + Sync + 'static>§get_temp_name: Option<Arc<dyn Fn(&str) -> String + Send + Sync + 'static>>Trait Implementations§
Source§impl Clone for SignUpOnVerification
impl Clone for SignUpOnVerification
Source§fn clone(&self) -> SignUpOnVerification
fn clone(&self) -> SignUpOnVerification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignUpOnVerification
impl !RefUnwindSafe for SignUpOnVerification
impl Send for SignUpOnVerification
impl Sync for SignUpOnVerification
impl Unpin for SignUpOnVerification
impl UnsafeUnpin for SignUpOnVerification
impl !UnwindSafe for SignUpOnVerification
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