pub struct ExpressQueryResponse {
pub ResponseCode: i16,
pub ResponseDescription: String,
pub MerchantRequestID: String,
pub CheckoutRequestID: String,
pub ResultCode: i16,
pub ResultDesc: String,
}
Fields§
§ResponseCode: i16
§ResponseDescription: String
§MerchantRequestID: String
§CheckoutRequestID: String
§ResultCode: i16
§ResultDesc: String
Trait Implementations§
Source§impl Clone for ExpressQueryResponse
impl Clone for ExpressQueryResponse
Source§fn clone(&self) -> ExpressQueryResponse
fn clone(&self) -> ExpressQueryResponse
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 ExpressQueryResponse
impl Debug for ExpressQueryResponse
Source§impl<'de> Deserialize<'de> for ExpressQueryResponse
impl<'de> Deserialize<'de> for ExpressQueryResponse
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
Source§impl PartialEq for ExpressQueryResponse
impl PartialEq for ExpressQueryResponse
Source§impl Serialize for ExpressQueryResponse
impl Serialize for ExpressQueryResponse
impl StructuralPartialEq for ExpressQueryResponse
Auto Trait Implementations§
impl Freeze for ExpressQueryResponse
impl RefUnwindSafe for ExpressQueryResponse
impl Send for ExpressQueryResponse
impl Sync for ExpressQueryResponse
impl Unpin for ExpressQueryResponse
impl UnwindSafe for ExpressQueryResponse
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