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
impl Debug for NALocation[src]
impl Debug for NALocation[src]impl<'de> Deserialize<'de> for NALocation[src]
impl<'de> Deserialize<'de> for NALocation[src]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
impl PartialEq<NALocation> for NALocation[src]
impl PartialEq<NALocation> for NALocation[src]impl Serialize for NALocation[src]
impl Serialize for NALocation[src]impl StructuralPartialEq for NALocation[src]
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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]fn instrument(self, span: Span) -> Instrumented<Self>[src]
fn instrument(self, span: Span) -> Instrumented<Self>[src]Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>[src]
fn in_current_span(self) -> Instrumented<Self>[src]impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,