Struct paystack_transaction::MobileMoneyInfo
source · pub struct MobileMoneyInfo { /* private fields */ }Expand description
Mobile money object data
Trait Implementations§
source§impl Debug for MobileMoneyInfo
impl Debug for MobileMoneyInfo
source§impl<'de> Deserialize<'de> for MobileMoneyInfo
impl<'de> Deserialize<'de> for MobileMoneyInfo
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 RefUnwindSafe for MobileMoneyInfo
impl Send for MobileMoneyInfo
impl Sync for MobileMoneyInfo
impl Unpin for MobileMoneyInfo
impl UnwindSafe for MobileMoneyInfo
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