pub enum SLang {
RU = 570,
EN = 45,
}Expand description
SLang = Supported Language. ISO 639-1
Variants§
Auto Trait Implementations§
impl Freeze for SLang
impl RefUnwindSafe for SLang
impl Send for SLang
impl Sync for SLang
impl Unpin for SLang
impl UnwindSafe for SLang
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