pub struct DtoConfig {
pub python: PythonDtoStyle,
pub node: NodeDtoStyle,
pub ruby: RubyDtoStyle,
pub rust: RustDtoStyle,
pub php: PhpDtoStyle,
pub elixir: ElixirDtoStyle,
}Expand description
DTO configuration per language.
Fields§
§python: PythonDtoStyle§node: NodeDtoStyle§ruby: RubyDtoStyle§rust: RustDtoStyle§php: PhpDtoStyle§elixir: ElixirDtoStyleTrait Implementations§
Auto Trait Implementations§
impl Freeze for DtoConfig
impl RefUnwindSafe for DtoConfig
impl Send for DtoConfig
impl Sync for DtoConfig
impl Unpin for DtoConfig
impl UnsafeUnpin for DtoConfig
impl UnwindSafe for DtoConfig
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