pub enum EuropeLocation {
Finland,
Belgium,
London,
Frankfurt,
Netherlands,
Zurich,
}
Expand description
All options in Europe.
Variants§
Finland
Store the files in Finland.
Belgium
Store the files in Belgium.
London
Store the files in London.
Frankfurt
Store the files in Frankfurt.
Netherlands
Store the files in the Netherlands.
Zurich
Store the files in Zurich.
Trait Implementations§
Source§impl Debug for EuropeLocation
impl Debug for EuropeLocation
Source§impl<'de> Deserialize<'de> for EuropeLocation
impl<'de> Deserialize<'de> for EuropeLocation
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 EuropeLocation
impl PartialEq for EuropeLocation
Source§impl Serialize for EuropeLocation
impl Serialize for EuropeLocation
impl StructuralPartialEq for EuropeLocation
Auto Trait Implementations§
impl Freeze for EuropeLocation
impl RefUnwindSafe for EuropeLocation
impl Send for EuropeLocation
impl Sync for EuropeLocation
impl Unpin for EuropeLocation
impl UnwindSafe for EuropeLocation
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