Enum flapigen::LanguageConfig
source · [−]pub enum LanguageConfig {
JavaConfig(JavaConfig),
CppConfig(CppConfig),
PythonConfig(PythonConfig),
}Expand description
LanguageConfig contains configuration for specific programming language
Variants
JavaConfig(JavaConfig)
CppConfig(CppConfig)
PythonConfig(PythonConfig)
Auto Trait Implementations
impl RefUnwindSafe for LanguageConfig
impl Send for LanguageConfig
impl Sync for LanguageConfig
impl Unpin for LanguageConfig
impl UnwindSafe for LanguageConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more