pub struct Mnp {
pub country: String,
pub international_formatted: String,
pub is_ported: bool,
pub mccmnc: String,
pub national_format: String,
pub network: String,
pub number: String,
}
Fields§
§country: String
§international_formatted: String
§is_ported: bool
§mccmnc: String
§national_format: String
§network: String
§number: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Mnp
impl<'de> Deserialize<'de> for Mnp
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Mnp
impl RefUnwindSafe for Mnp
impl Send for Mnp
impl Sync for Mnp
impl Unpin for Mnp
impl UnwindSafe for Mnp
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