pub enum LangType {
Target,
Source,
}Expand description
Target / Source language types
used in get_language_codes()
Variants§
Auto Trait Implementations§
impl Freeze for LangType
impl RefUnwindSafe for LangType
impl Send for LangType
impl Sync for LangType
impl Unpin for LangType
impl UnwindSafe for LangType
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