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>,
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 NALocation
impl Send for NALocation
impl Sync for NALocation
impl Unpin for NALocation
impl UnwindSafe for NALocation
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