pub enum MoneyLaunderingCheck1Code {
CodePASS,
CodeNOTC,
CodeEXEM,
CodeCLMO,
CodeAUTH,
CodePOEP,
}Variants§
Implementations§
Source§impl MoneyLaunderingCheck1Code
impl MoneyLaunderingCheck1Code
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for MoneyLaunderingCheck1Code
impl RefUnwindSafe for MoneyLaunderingCheck1Code
impl Send for MoneyLaunderingCheck1Code
impl Sync for MoneyLaunderingCheck1Code
impl Unpin for MoneyLaunderingCheck1Code
impl UnwindSafe for MoneyLaunderingCheck1Code
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