Enum cloud_storage::bucket::DualRegion [−][src]
pub enum DualRegion {
Eur4,
Nam4,
}Expand description
The possible options for dual-region storage
Variants
EUROPE-NORTH1 and EUROPE-WEST4. Additionally, object metadata may be stored in EUROPE-WEST1.
US-CENTRAL1 and US-EAST1. Additionally, object metadata may be stored in Tulsa, Oklahoma.
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 DualRegionimpl Send for DualRegionimpl Sync for DualRegionimpl Unpin for DualRegionimpl UnwindSafe for DualRegion