#[repr(u8)]pub enum Npi {
Unknown = 0,
Isdn = 1,
Data = 3,
Telex = 4,
LandMobile = 6,
National = 8,
Private = 9,
Ermes = 10,
Internet = 14,
Wap = 18,
}Expand description
Address Numbering Plan Indicator (NPI)
Variants§
Unknown = 0
Isdn = 1
Data = 3
Telex = 4
LandMobile = 6
National = 8
Private = 9
Ermes = 10
Internet = 14
Wap = 18
Trait Implementations§
impl Copy for Npi
impl StructuralPartialEq for Npi
Auto Trait Implementations§
impl Freeze for Npi
impl RefUnwindSafe for Npi
impl Send for Npi
impl Sync for Npi
impl Unpin for Npi
impl UnwindSafe for Npi
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