pub enum CCNewsLang {
EN,
ES,
TR,
FR,
JP,
PT,
}
Expand description
The preferred language for the sources or articles - English (EN), Espanol (ES), Turkish (TR), French (FR), Japanese (JP), Portuguese (PT).
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CCNewsLang
impl RefUnwindSafe for CCNewsLang
impl Send for CCNewsLang
impl Sync for CCNewsLang
impl Unpin for CCNewsLang
impl UnwindSafe for CCNewsLang
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