pub struct RegionsVersion {
pub version: Option<String>,
}Expand description
The version of the available regions being used for the specified resource.
This type is not used in any activity, and only used as part of another schema.
Fields§
§version: Option<String>Required. A string representing the version of available regions being used for the specified resource. Regional prices and latest supported version for the resource have to be specified according to the information published in this article. Each time the supported locations substantially change, the version will be incremented. Using this field will ensure that creating and updating the resource with an older region’s version and set of regional prices and currencies will succeed even though a new version is available.
Trait Implementations§
Source§impl Clone for RegionsVersion
impl Clone for RegionsVersion
Source§fn clone(&self) -> RegionsVersion
fn clone(&self) -> RegionsVersion
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 Debug for RegionsVersion
impl Debug for RegionsVersion
Source§impl Default for RegionsVersion
impl Default for RegionsVersion
Source§fn default() -> RegionsVersion
fn default() -> RegionsVersion
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RegionsVersion
impl<'de> Deserialize<'de> for RegionsVersion
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
Source§impl Serialize for RegionsVersion
impl Serialize for RegionsVersion
impl Part for RegionsVersion
Auto Trait Implementations§
impl Freeze for RegionsVersion
impl RefUnwindSafe for RegionsVersion
impl Send for RegionsVersion
impl Sync for RegionsVersion
impl Unpin for RegionsVersion
impl UnwindSafe for RegionsVersion
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