pub struct NumberFormat {
pub national: String,
pub carrier: String,
pub country_code: String,
pub country_iso: String,
pub country_name: String,
pub international: String,
pub international_formatted: String,
pub network_type: String,
pub success: bool,
}Fields§
§national: String§carrier: String§country_code: String§country_iso: String§country_name: String§international: String§international_formatted: String§network_type: String§success: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for NumberFormat
impl<'de> Deserialize<'de> for NumberFormat
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 NumberFormat
impl RefUnwindSafe for NumberFormat
impl Send for NumberFormat
impl Sync for NumberFormat
impl Unpin for NumberFormat
impl UnwindSafe for NumberFormat
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