pub enum AuthenticationMethod1Code {
CodeUKNW,
CodeBYPS,
CodeNPIN,
CodeFPIN,
CodeCPSG,
CodePPSG,
CodeMANU,
CodeMERC,
CodeSCRT,
CodeSNCT,
CodeSCNL,
}Variants§
Implementations§
Source§impl AuthenticationMethod1Code
impl AuthenticationMethod1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for AuthenticationMethod1Code
impl RefUnwindSafe for AuthenticationMethod1Code
impl Send for AuthenticationMethod1Code
impl Sync for AuthenticationMethod1Code
impl Unpin for AuthenticationMethod1Code
impl UnwindSafe for AuthenticationMethod1Code
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