pub struct MobileNumberPortability {
pub code: u16,
pub mnp: Mnp,
pub price: f64,
pub success: bool,
}
Fields§
§code: u16
§mnp: Mnp
§price: f64
§success: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MobileNumberPortability
impl<'de> Deserialize<'de> for MobileNumberPortability
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 MobileNumberPortability
impl RefUnwindSafe for MobileNumberPortability
impl Send for MobileNumberPortability
impl Sync for MobileNumberPortability
impl Unpin for MobileNumberPortability
impl UnwindSafe for MobileNumberPortability
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