pub enum AsiaLocation {
Taiwan,
HongKong,
Tokyo,
Osaka,
Mumbai,
Singapore,
}
Expand description
ALl options in Asia.
Variants§
Taiwan
Store the files in Taiwan.
HongKong
Store the files in Hong Kong.
Tokyo
Store the files in Tokyo.
Osaka
Store the files in Osaka.
Mumbai
Store the files in Mumbai.
Singapore
Store the files in Singapore.
Trait Implementations§
Source§impl Debug for AsiaLocation
impl Debug for AsiaLocation
Source§impl<'de> Deserialize<'de> for AsiaLocation
impl<'de> Deserialize<'de> for AsiaLocation
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 PartialEq for AsiaLocation
impl PartialEq for AsiaLocation
Source§impl Serialize for AsiaLocation
impl Serialize for AsiaLocation
impl StructuralPartialEq for AsiaLocation
Auto Trait Implementations§
impl Freeze for AsiaLocation
impl RefUnwindSafe for AsiaLocation
impl Send for AsiaLocation
impl Sync for AsiaLocation
impl Unpin for AsiaLocation
impl UnwindSafe for AsiaLocation
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