pub struct ExpressQueryRequest {
pub BusinessShortCode: String,
pub Password: String,
pub Timestamp: String,
pub CheckoutRequestID: String,
}
Fields§
§BusinessShortCode: String
§Password: String
Base64 encoding
Timestamp: String
Timesatmp of the transaction whose status is being checked
CheckoutRequestID: String
Trait Implementations§
Source§impl Clone for ExpressQueryRequest
impl Clone for ExpressQueryRequest
Source§fn clone(&self) -> ExpressQueryRequest
fn clone(&self) -> ExpressQueryRequest
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExpressQueryRequest
impl Debug for ExpressQueryRequest
Auto Trait Implementations§
impl Freeze for ExpressQueryRequest
impl RefUnwindSafe for ExpressQueryRequest
impl Send for ExpressQueryRequest
impl Sync for ExpressQueryRequest
impl Unpin for ExpressQueryRequest
impl UnwindSafe for ExpressQueryRequest
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