#[repr(transparent)]pub struct PhoneNumberFormat(pub i32);
Expand description
Required features: "Globalization_PhoneNumberFormatting"
Tuple Fields
0: i32
Implementations
impl PhoneNumberFormat
impl PhoneNumberFormat
pub const E164: Self = Self(0i32)
pub const International: Self = Self(1i32)
pub const National: Self = Self(2i32)
pub const Rfc3966: Self = Self(3i32)
Trait Implementations
impl Clone for PhoneNumberFormat
impl Clone for PhoneNumberFormat
impl Copy for PhoneNumberFormat
Auto Trait Implementations
impl RefUnwindSafe for PhoneNumberFormat
impl Send for PhoneNumberFormat
impl Sync for PhoneNumberFormat
impl Unpin for PhoneNumberFormat
impl UnwindSafe for PhoneNumberFormat
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