pub struct BusinessBuyGoodsRequest {Show 13 fields
pub Initiator: String,
pub SecurityCredential: String,
pub CommandID: String,
pub SenderIdentifierType: String,
pub ReceiverIdentifierType: String,
pub Amount: String,
pub PartyA: String,
pub PartyB: String,
pub AccountReference: String,
pub Requester: String,
pub Remarks: String,
pub QueueTimeoutURL: String,
pub ResultURL: String,
}
Fields§
§Initiator: String
§SecurityCredential: String
§CommandID: String
§SenderIdentifierType: String
§ReceiverIdentifierType: String
§Amount: String
§PartyA: String
§PartyB: String
§AccountReference: String
§Requester: String
§Remarks: String
§QueueTimeoutURL: String
§ResultURL: String
Trait Implementations§
Source§impl Clone for BusinessBuyGoodsRequest
impl Clone for BusinessBuyGoodsRequest
Source§fn clone(&self) -> BusinessBuyGoodsRequest
fn clone(&self) -> BusinessBuyGoodsRequest
Returns a duplicate 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 BusinessBuyGoodsRequest
impl Debug for BusinessBuyGoodsRequest
Auto Trait Implementations§
impl Freeze for BusinessBuyGoodsRequest
impl RefUnwindSafe for BusinessBuyGoodsRequest
impl Send for BusinessBuyGoodsRequest
impl Sync for BusinessBuyGoodsRequest
impl Unpin for BusinessBuyGoodsRequest
impl UnwindSafe for BusinessBuyGoodsRequest
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