Enum cloud_storage::bucket::NALocation [−][src]
pub enum NALocation {
Montreal,
Iowa,
SouthCarolina,
NorthernVirginia,
Oregon,
LosAngeles,
}Expand description
All options in North America.
Variants
Store the files in Montréal.
Store the files in Iowa.
Store the files in South Carolina.
Store the files in Northern Virginia.
Store the files in Oregon.
Store the files in Los Angeles.
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 NALocationimpl Send for NALocationimpl Sync for NALocationimpl Unpin for NALocationimpl UnwindSafe for NALocation