pub enum SecretQuestion {
MotherS_Maiden_Name,
Name_Of_Your_Pet,
Name_Of_First_Love,
Memorable_TownCity,
Memorable_Date,
Favourite_Dish,
Brand_Of_First_Car,
Favourite_Artist,
}
Expand description
[Optional] Accept any value in enum list. Required for new account and existing client details will be used if client open another account.
Variants§
MotherS_Maiden_Name
Name_Of_Your_Pet
Name_Of_First_Love
Memorable_TownCity
Memorable_Date
Favourite_Dish
Brand_Of_First_Car
Favourite_Artist
Trait Implementations§
Source§impl Clone for SecretQuestion
impl Clone for SecretQuestion
Source§fn clone(&self) -> SecretQuestion
fn clone(&self) -> SecretQuestion
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 SecretQuestion
impl Debug for SecretQuestion
Source§impl<'de> Deserialize<'de> for SecretQuestion
impl<'de> Deserialize<'de> for SecretQuestion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SecretQuestion
impl RefUnwindSafe for SecretQuestion
impl Send for SecretQuestion
impl Sync for SecretQuestion
impl Unpin for SecretQuestion
impl UnwindSafe for SecretQuestion
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