pub enum StackSite {
AskUbuntu,
Meta,
ServerFault,
StackOverflow,
SuperUser,
Unix,
}
Expand description
The Stack Exchange websites. Full list here: https://stackexchange.com/sites
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for StackSite
impl<'de> Deserialize<'de> for StackSite
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
Auto Trait Implementations§
impl Freeze for StackSite
impl RefUnwindSafe for StackSite
impl Send for StackSite
impl Sync for StackSite
impl Unpin for StackSite
impl UnwindSafe for StackSite
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