pub enum UploadRegion {
AsiaMumbai,
AsiaSeoul,
AsiaSydney,
CanadaCentral,
EuCentralFrankfurt,
EuCentralZurich,
EuWestDublin,
UsEastOhio,
UsWestSanFrancisco,
UsWestSeattle,
}Variants§
AsiaMumbai
AsiaSeoul
AsiaSydney
CanadaCentral
EuCentralFrankfurt
EuCentralZurich
EuWestDublin
UsEastOhio
UsWestSanFrancisco
UsWestSeattle
Implementations§
Trait Implementations§
Source§impl Clone for UploadRegion
impl Clone for UploadRegion
Source§fn clone(&self) -> UploadRegion
fn clone(&self) -> UploadRegion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UploadRegion
impl Debug for UploadRegion
Source§impl Default for UploadRegion
impl Default for UploadRegion
Source§impl<'de> Deserialize<'de> for UploadRegion
impl<'de> Deserialize<'de> for UploadRegion
Source§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
Source§impl Hash for UploadRegion
impl Hash for UploadRegion
Source§impl Into<&str> for UploadRegion
impl Into<&str> for UploadRegion
Source§impl PartialEq for UploadRegion
impl PartialEq for UploadRegion
Source§impl Serialize for UploadRegion
impl Serialize for UploadRegion
impl Eq for UploadRegion
impl StructuralPartialEq for UploadRegion
Auto Trait Implementations§
impl Freeze for UploadRegion
impl RefUnwindSafe for UploadRegion
impl Send for UploadRegion
impl Sync for UploadRegion
impl Unpin for UploadRegion
impl UnwindSafe for UploadRegion
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more