#[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
pub const ShortNationalSignificantNumberMatch: Self
pub const NationalSignificantNumberMatch: Self
pub const ExactMatch: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more