pub struct CountryCodeValidator { /* private fields */ }Expand description
Country code validator (ISO 3166-1 alpha-2).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountryCodeValidator
impl RefUnwindSafe for CountryCodeValidator
impl Send for CountryCodeValidator
impl Sync for CountryCodeValidator
impl Unpin for CountryCodeValidator
impl UnsafeUnpin for CountryCodeValidator
impl UnwindSafe for CountryCodeValidator
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