Enum cloud_storage::bucket::Location
source · [−]pub enum Location {
Single(SingleRegion),
Multi(MultiRegion),
Dual(DualRegion),
}Expand description
Deeply nested enum that represents a location where a bucket might store its files.
Variants
Single(SingleRegion)
Objects are stored in a single location.
Multi(MultiRegion)
Objects are stored redundantly across multiple locations.
Dual(DualRegion)
Objects are stored redundantly accross two locations.
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 Location
impl UnwindSafe for Location
Blanket Implementations
Mutably borrows from an owned value. 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