pub struct UpdateMerchantSettingsRequest {
pub merchant_settings: CheckoutMerchantSettings,
}Expand description
This is a model struct for UpdateMerchantSettingsRequest type.
Fields§
§merchant_settings: CheckoutMerchantSettingsDescribe your updates using the merchant_settings object. Make sure it contains only the fields that have changed.
Trait Implementations§
Source§impl Clone for UpdateMerchantSettingsRequest
impl Clone for UpdateMerchantSettingsRequest
Source§fn clone(&self) -> UpdateMerchantSettingsRequest
fn clone(&self) -> UpdateMerchantSettingsRequest
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 Default for UpdateMerchantSettingsRequest
impl Default for UpdateMerchantSettingsRequest
Source§fn default() -> UpdateMerchantSettingsRequest
fn default() -> UpdateMerchantSettingsRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateMerchantSettingsRequest
impl PartialEq for UpdateMerchantSettingsRequest
Source§fn eq(&self, other: &UpdateMerchantSettingsRequest) -> bool
fn eq(&self, other: &UpdateMerchantSettingsRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UpdateMerchantSettingsRequest
impl StructuralPartialEq for UpdateMerchantSettingsRequest
Auto Trait Implementations§
impl Freeze for UpdateMerchantSettingsRequest
impl RefUnwindSafe for UpdateMerchantSettingsRequest
impl Send for UpdateMerchantSettingsRequest
impl Sync for UpdateMerchantSettingsRequest
impl Unpin for UpdateMerchantSettingsRequest
impl UnwindSafe for UpdateMerchantSettingsRequest
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