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