pub struct ZBDUserWalletDataLimits {
pub daily: String,
pub max_credit: String,
pub monthly: String,
pub weekly: String,
}
Fields§
§daily: String
§max_credit: String
§monthly: String
§weekly: String
Trait Implementations§
Source§impl Debug for ZBDUserWalletDataLimits
impl Debug for ZBDUserWalletDataLimits
Source§impl<'de> Deserialize<'de> for ZBDUserWalletDataLimits
impl<'de> Deserialize<'de> for ZBDUserWalletDataLimits
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 ZBDUserWalletDataLimits
impl RefUnwindSafe for ZBDUserWalletDataLimits
impl Send for ZBDUserWalletDataLimits
impl Sync for ZBDUserWalletDataLimits
impl Unpin for ZBDUserWalletDataLimits
impl UnwindSafe for ZBDUserWalletDataLimits
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