pub struct MapObjectsInteractionRangeSettingsEntryData {
pub template_id: String,
pub map_objects_interaction_range_settings: MapObjectsInteractionRangeSettings,
}Expand description
Inner data object: { templateId, [discriminator]: payload }.
Fields§
§template_id: String§map_objects_interaction_range_settings: MapObjectsInteractionRangeSettingsTrait Implementations§
Source§impl Clone for MapObjectsInteractionRangeSettingsEntryData
impl Clone for MapObjectsInteractionRangeSettingsEntryData
Source§fn clone(&self) -> MapObjectsInteractionRangeSettingsEntryData
fn clone(&self) -> MapObjectsInteractionRangeSettingsEntryData
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<'de> Deserialize<'de> for MapObjectsInteractionRangeSettingsEntryData
impl<'de> Deserialize<'de> for MapObjectsInteractionRangeSettingsEntryData
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
Auto Trait Implementations§
impl Freeze for MapObjectsInteractionRangeSettingsEntryData
impl RefUnwindSafe for MapObjectsInteractionRangeSettingsEntryData
impl Send for MapObjectsInteractionRangeSettingsEntryData
impl Sync for MapObjectsInteractionRangeSettingsEntryData
impl Unpin for MapObjectsInteractionRangeSettingsEntryData
impl UnsafeUnpin for MapObjectsInteractionRangeSettingsEntryData
impl UnwindSafe for MapObjectsInteractionRangeSettingsEntryData
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