pub struct PaymentOptions {
pub accept_partial_authorization: Option<bool>,
pub autocomplete: Option<bool>,
pub delay_duration: Option<String>,
}Fields§
§autocomplete: Option<bool>§delay_duration: Option<String>Trait Implementations§
Source§impl Clone for PaymentOptions
impl Clone for PaymentOptions
Source§fn clone(&self) -> PaymentOptions
fn clone(&self) -> PaymentOptions
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 PaymentOptions
impl Debug for PaymentOptions
Source§impl<'de> Deserialize<'de> for PaymentOptions
impl<'de> Deserialize<'de> for PaymentOptions
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
Auto Trait Implementations§
impl Freeze for PaymentOptions
impl RefUnwindSafe for PaymentOptions
impl Send for PaymentOptions
impl Sync for PaymentOptions
impl Unpin for PaymentOptions
impl UnwindSafe for PaymentOptions
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