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>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EuropeLocation
impl Send for EuropeLocation
impl Sync for EuropeLocation
impl Unpin for EuropeLocation
impl UnwindSafe for EuropeLocation
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more