pub struct LocationSettingsUpdatedEventData {
pub type: Option<Option<String>>,
pub id: Option<String>,
pub object: Option<Box<LocationSettingsUpdatedEventObject>>,
}Fields§
§type: Option<Option<String>>Name of the updated object’s type, \"online_checkout.location_settings\".
id: Option<String>ID of the updated location settings.
object: Option<Box<LocationSettingsUpdatedEventObject>>Implementations§
Trait Implementations§
Source§impl Clone for LocationSettingsUpdatedEventData
impl Clone for LocationSettingsUpdatedEventData
Source§fn clone(&self) -> LocationSettingsUpdatedEventData
fn clone(&self) -> LocationSettingsUpdatedEventData
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 LocationSettingsUpdatedEventData
impl Default for LocationSettingsUpdatedEventData
Source§fn default() -> LocationSettingsUpdatedEventData
fn default() -> LocationSettingsUpdatedEventData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LocationSettingsUpdatedEventData
impl<'de> Deserialize<'de> for LocationSettingsUpdatedEventData
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 LocationSettingsUpdatedEventData
Auto Trait Implementations§
impl Freeze for LocationSettingsUpdatedEventData
impl RefUnwindSafe for LocationSettingsUpdatedEventData
impl Send for LocationSettingsUpdatedEventData
impl Sync for LocationSettingsUpdatedEventData
impl Unpin for LocationSettingsUpdatedEventData
impl UnsafeUnpin for LocationSettingsUpdatedEventData
impl UnwindSafe for LocationSettingsUpdatedEventData
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