#[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
pub const Mobile: Self
pub const FixedLineOrMobile: Self
pub const TollFree: Self
pub const PremiumRate: Self
pub const Voip: Self
pub const PersonalNumber: Self
pub const Pager: Self
pub const UniversalAccountNumber: Self
pub const Voicemail: Self
pub const Unknown: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more