#[repr(transparent)]pub struct PredictedPhoneNumberKind(pub i32);
Expand description
Required features: "Globalization_PhoneNumberFormatting"
Tuple Fields
0: i32
Implementations
impl PredictedPhoneNumberKind
impl PredictedPhoneNumberKind
pub const FixedLine: Self = Self(0i32)
pub const Mobile: Self = Self(1i32)
pub const FixedLineOrMobile: Self = Self(2i32)
pub const TollFree: Self = Self(3i32)
pub const PremiumRate: Self = Self(4i32)
pub const Voip: Self = Self(6i32)
pub const PersonalNumber: Self = Self(7i32)
pub const Pager: Self = Self(8i32)
pub const UniversalAccountNumber: Self = Self(9i32)
pub const Voicemail: Self = Self(10i32)
pub const Unknown: Self = Self(11i32)
Trait Implementations
impl Clone for PredictedPhoneNumberKind
impl Clone for PredictedPhoneNumberKind
impl Copy for PredictedPhoneNumberKind
Auto Trait Implementations
impl RefUnwindSafe for PredictedPhoneNumberKind
impl Send for PredictedPhoneNumberKind
impl Sync for PredictedPhoneNumberKind
impl Unpin for PredictedPhoneNumberKind
impl UnwindSafe for PredictedPhoneNumberKind
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