pub enum SALocation {
SaoPaulo,
}
Expand description
All options in South America.
Variants§
SaoPaulo
Store the files in Soa Paulo.
Trait Implementations§
Source§impl Debug for SALocation
impl Debug for SALocation
Source§impl<'de> Deserialize<'de> for SALocation
impl<'de> Deserialize<'de> for SALocation
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 SALocation
impl PartialEq for SALocation
Source§impl Serialize for SALocation
impl Serialize for SALocation
impl StructuralPartialEq for SALocation
Auto Trait Implementations§
impl Freeze for SALocation
impl RefUnwindSafe for SALocation
impl Send for SALocation
impl Sync for SALocation
impl Unpin for SALocation
impl UnwindSafe for SALocation
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