pub struct KYCValidator;Expand description
KYC (Know Your Customer) validator
Implementations§
Source§impl KYCValidator
impl KYCValidator
Sourcepub fn validate_customer_data(customer_data: &Value) -> KYCValidationResult
pub fn validate_customer_data(customer_data: &Value) -> KYCValidationResult
Validate customer information completeness
Auto Trait Implementations§
impl Freeze for KYCValidator
impl RefUnwindSafe for KYCValidator
impl Send for KYCValidator
impl Sync for KYCValidator
impl Unpin for KYCValidator
impl UnwindSafe for KYCValidator
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