pub struct QRRequest {
pub MerchantName: String,
pub RefNo: String,
pub Amount: String,
pub TrxCode: String,
pub CPI: String,
pub Size: String,
}
Fields§
§MerchantName: String
§RefNo: String
§Amount: String
§TrxCode: String
§CPI: String
§Size: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QRRequest
impl RefUnwindSafe for QRRequest
impl Send for QRRequest
impl Sync for QRRequest
impl Unpin for QRRequest
impl UnwindSafe for QRRequest
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