pub struct GoogleCloudRetailV2ModelServingConfigList {
pub serving_config_ids: Option<Vec<String>>,
}Expand description
Represents an ordered combination of valid serving configs, which can be used for PAGE_OPTIMIZATION recommendations.
This type is not used in any activity, and only used as part of another schema.
Fields§
§serving_config_ids: Option<Vec<String>>Optional. A set of valid serving configs that may be used for PAGE_OPTIMIZATION.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ModelServingConfigList
impl Clone for GoogleCloudRetailV2ModelServingConfigList
Source§fn clone(&self) -> GoogleCloudRetailV2ModelServingConfigList
fn clone(&self) -> GoogleCloudRetailV2ModelServingConfigList
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 GoogleCloudRetailV2ModelServingConfigList
impl Default for GoogleCloudRetailV2ModelServingConfigList
Source§fn default() -> GoogleCloudRetailV2ModelServingConfigList
fn default() -> GoogleCloudRetailV2ModelServingConfigList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2ModelServingConfigList
impl<'de> Deserialize<'de> for GoogleCloudRetailV2ModelServingConfigList
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 GoogleCloudRetailV2ModelServingConfigList
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2ModelServingConfigList
impl RefUnwindSafe for GoogleCloudRetailV2ModelServingConfigList
impl Send for GoogleCloudRetailV2ModelServingConfigList
impl Sync for GoogleCloudRetailV2ModelServingConfigList
impl Unpin for GoogleCloudRetailV2ModelServingConfigList
impl UnwindSafe for GoogleCloudRetailV2ModelServingConfigList
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