pub struct PhpDtoGenerator { /* private fields */ }Expand description
PHP DTO generator
Implementations§
Source§impl PhpDtoGenerator
impl PhpDtoGenerator
Sourcepub const fn with_metadata(metadata: Vec<DtoDefinition>) -> Self
pub const fn with_metadata(metadata: Vec<DtoDefinition>) -> Self
Create a PHP DTO generator with custom metadata
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PhpDtoGenerator
impl RefUnwindSafe for PhpDtoGenerator
impl Send for PhpDtoGenerator
impl Sync for PhpDtoGenerator
impl Unpin for PhpDtoGenerator
impl UnsafeUnpin for PhpDtoGenerator
impl UnwindSafe for PhpDtoGenerator
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