pub struct UpdateLocationSettingsResponse {
pub errors: Option<Vec<Error>>,
pub location_settings: Option<Box<CheckoutLocationSettings>>,
}Fields§
§errors: Option<Vec<Error>>Any errors that occurred when updating the location settings.
location_settings: Option<Box<CheckoutLocationSettings>>Implementations§
Trait Implementations§
Source§impl Clone for UpdateLocationSettingsResponse
impl Clone for UpdateLocationSettingsResponse
Source§fn clone(&self) -> UpdateLocationSettingsResponse
fn clone(&self) -> UpdateLocationSettingsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateLocationSettingsResponse
impl Default for UpdateLocationSettingsResponse
Source§fn default() -> UpdateLocationSettingsResponse
fn default() -> UpdateLocationSettingsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateLocationSettingsResponse
impl<'de> Deserialize<'de> for UpdateLocationSettingsResponse
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
impl StructuralPartialEq for UpdateLocationSettingsResponse
Auto Trait Implementations§
impl Freeze for UpdateLocationSettingsResponse
impl RefUnwindSafe for UpdateLocationSettingsResponse
impl Send for UpdateLocationSettingsResponse
impl Sync for UpdateLocationSettingsResponse
impl Unpin for UpdateLocationSettingsResponse
impl UnsafeUnpin for UpdateLocationSettingsResponse
impl UnwindSafe for UpdateLocationSettingsResponse
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