#[repr(transparent)]pub struct PhoneNumberMatchResult(pub i32);
Expand description
Required features: "Globalization_PhoneNumberFormatting"
Tuple Fields
0: i32
Implementations
impl PhoneNumberMatchResult
impl PhoneNumberMatchResult
pub const NoMatch: Self = Self(0i32)
pub const ShortNationalSignificantNumberMatch: Self = Self(1i32)
pub const NationalSignificantNumberMatch: Self = Self(2i32)
pub const ExactMatch: Self = Self(3i32)
Trait Implementations
impl Clone for PhoneNumberMatchResult
impl Clone for PhoneNumberMatchResult
impl Copy for PhoneNumberMatchResult
Auto Trait Implementations
impl RefUnwindSafe for PhoneNumberMatchResult
impl Send for PhoneNumberMatchResult
impl Sync for PhoneNumberMatchResult
impl Unpin for PhoneNumberMatchResult
impl UnwindSafe for PhoneNumberMatchResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more