Enum cloud_storage::bucket::MultiRegion [−][src]
pub enum MultiRegion {
Asia,
Eu,
Us,
}Expand description
The possible options for multi-region storage.
Variants
Data centers in Asia
Data centers in the European Union
Object data added to a bucket in the EU multi-region is not stored in the EUROPE-WEST2 or EUROPE-WEST6 data center.
Data centers in the United States
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MultiRegionimpl Send for MultiRegionimpl Sync for MultiRegionimpl Unpin for MultiRegionimpl UnwindSafe for MultiRegion