#[repr(transparent)]pub struct PredictedPhoneNumberKind(pub i32);
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
§fn clone(&self) -> PredictedPhoneNumberKind
fn clone(&self) -> PredictedPhoneNumberKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PredictedPhoneNumberKind
impl Debug for PredictedPhoneNumberKind
§impl Default for PredictedPhoneNumberKind
impl Default for PredictedPhoneNumberKind
§fn default() -> PredictedPhoneNumberKind
fn default() -> PredictedPhoneNumberKind
Returns the “default value” for a type. Read more
§impl PartialEq for PredictedPhoneNumberKind
impl PartialEq for PredictedPhoneNumberKind
§fn eq(&self, other: &PredictedPhoneNumberKind) -> bool
fn eq(&self, other: &PredictedPhoneNumberKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PredictedPhoneNumberKind
impl Eq for PredictedPhoneNumberKind
impl StructuralPartialEq for PredictedPhoneNumberKind
Auto Trait Implementations§
impl Freeze for PredictedPhoneNumberKind
impl RefUnwindSafe for PredictedPhoneNumberKind
impl Send for PredictedPhoneNumberKind
impl Sync for PredictedPhoneNumberKind
impl Unpin for PredictedPhoneNumberKind
impl UnwindSafe for PredictedPhoneNumberKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)