pub struct GoogleCloudRetailV2ModelModelFeaturesConfig {
pub frequently_bought_together_config: Option<GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig>,
}Expand description
Additional model features config.
This type is not used in any activity, and only used as part of another schema.
Fields§
§frequently_bought_together_config: Option<GoogleCloudRetailV2ModelFrequentlyBoughtTogetherFeaturesConfig>Additional configs for frequently-bought-together models.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ModelModelFeaturesConfig
impl Clone for GoogleCloudRetailV2ModelModelFeaturesConfig
Source§fn clone(&self) -> GoogleCloudRetailV2ModelModelFeaturesConfig
fn clone(&self) -> GoogleCloudRetailV2ModelModelFeaturesConfig
Returns a duplicate of the value. Read more
1.0.0 · 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 GoogleCloudRetailV2ModelModelFeaturesConfig
impl Default for GoogleCloudRetailV2ModelModelFeaturesConfig
Source§fn default() -> GoogleCloudRetailV2ModelModelFeaturesConfig
fn default() -> GoogleCloudRetailV2ModelModelFeaturesConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2ModelModelFeaturesConfig
impl<'de> Deserialize<'de> for GoogleCloudRetailV2ModelModelFeaturesConfig
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 Part for GoogleCloudRetailV2ModelModelFeaturesConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2ModelModelFeaturesConfig
impl RefUnwindSafe for GoogleCloudRetailV2ModelModelFeaturesConfig
impl Send for GoogleCloudRetailV2ModelModelFeaturesConfig
impl Sync for GoogleCloudRetailV2ModelModelFeaturesConfig
impl Unpin for GoogleCloudRetailV2ModelModelFeaturesConfig
impl UnwindSafe for GoogleCloudRetailV2ModelModelFeaturesConfig
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