pub enum LangType {
Source,
Target,
}
Expand description
Language type used to request supported languages
Variants§
Trait Implementations§
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