pub struct GoogleCloudRetailV2StringList {
pub values: Option<Vec<String>>,
}Expand description
A list of string values.
This type is not used in any activity, and only used as part of another schema.
Fields§
§values: Option<Vec<String>>String values.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2StringList
impl Clone for GoogleCloudRetailV2StringList
Source§fn clone(&self) -> GoogleCloudRetailV2StringList
fn clone(&self) -> GoogleCloudRetailV2StringList
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 GoogleCloudRetailV2StringList
impl Default for GoogleCloudRetailV2StringList
Source§fn default() -> GoogleCloudRetailV2StringList
fn default() -> GoogleCloudRetailV2StringList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2StringList
impl<'de> Deserialize<'de> for GoogleCloudRetailV2StringList
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 GoogleCloudRetailV2StringList
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2StringList
impl RefUnwindSafe for GoogleCloudRetailV2StringList
impl Send for GoogleCloudRetailV2StringList
impl Sync for GoogleCloudRetailV2StringList
impl Unpin for GoogleCloudRetailV2StringList
impl UnwindSafe for GoogleCloudRetailV2StringList
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