pub struct CountryPostalCodeProvider { /* private fields */ }Expand description
Provider that resolves country→postal code (PLZ) conditions.
Returns True if the country code is in the set of countries with PLZ requirements, False if it’s a known country without PLZ, Unknown if no country code is set.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CountryPostalCodeProvider
impl RefUnwindSafe for CountryPostalCodeProvider
impl Send for CountryPostalCodeProvider
impl Sync for CountryPostalCodeProvider
impl Unpin for CountryPostalCodeProvider
impl UnsafeUnpin for CountryPostalCodeProvider
impl UnwindSafe for CountryPostalCodeProvider
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