Enum daml_codegen::generator::ModuleOutputMode
source · [−]pub enum ModuleOutputMode {
Combined,
Separate,
}
Expand description
Render each module as a separate file or combined in a single file.
Variants
Combined
Render all Daml modules in a single Rust src file.
Separate
Render each Daml module in a separate Rust src files.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ModuleOutputMode
impl Send for ModuleOutputMode
impl Sync for ModuleOutputMode
impl Unpin for ModuleOutputMode
impl UnwindSafe for ModuleOutputMode
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