Enum cloud_storage::bucket::AusLocation [−][src]
pub enum AusLocation {
Sydney,
}Expand description
All options in Australia.
Variants
Store the files in Sydney.
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 AusLocationimpl Send for AusLocationimpl Sync for AusLocationimpl Unpin for AusLocationimpl UnwindSafe for AusLocation