pub struct PaymentMethodDetailsGrabpay {
pub transaction_id: Option<String>,
}
Fields§
§transaction_id: Option<String>
Unique transaction id generated by GrabPay
Trait Implementations§
Source§impl Clone for PaymentMethodDetailsGrabpay
impl Clone for PaymentMethodDetailsGrabpay
Source§fn clone(&self) -> PaymentMethodDetailsGrabpay
fn clone(&self) -> PaymentMethodDetailsGrabpay
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 PaymentMethodDetailsGrabpay
impl Debug for PaymentMethodDetailsGrabpay
Source§impl FromValueOpt for PaymentMethodDetailsGrabpay
impl FromValueOpt for PaymentMethodDetailsGrabpay
fn from_value(v: Value) -> Option<Self>
Auto Trait Implementations§
impl Freeze for PaymentMethodDetailsGrabpay
impl RefUnwindSafe for PaymentMethodDetailsGrabpay
impl Send for PaymentMethodDetailsGrabpay
impl Sync for PaymentMethodDetailsGrabpay
impl Unpin for PaymentMethodDetailsGrabpay
impl UnwindSafe for PaymentMethodDetailsGrabpay
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