Enum cloud_storage::bucket::EuropeLocation [−][src]
pub enum EuropeLocation {
Finland,
Belgium,
London,
Frankfurt,
Netherlands,
Zurich,
}Expand description
All options in Europe.
Variants
Store the files in Finland.
Store the files in Belgium.
Store the files in London.
Store the files in Frankfurt.
Store the files in the Netherlands.
Store the files in Zurich.
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 EuropeLocationimpl Send for EuropeLocationimpl Sync for EuropeLocationimpl Unpin for EuropeLocationimpl UnwindSafe for EuropeLocation