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