pub struct TypeScriptDto {
pub schema_ident: String,
pub type_ident: String,
pub schema_declaration: String,
pub type_declaration: String,
}Expand description
TypeScript + Zod fragments for a message DTO.
Fields§
§schema_ident: String§type_ident: String§schema_declaration: String§type_declaration: StringTrait Implementations§
Source§impl Clone for TypeScriptDto
impl Clone for TypeScriptDto
Source§fn clone(&self) -> TypeScriptDto
fn clone(&self) -> TypeScriptDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TypeScriptDto
impl RefUnwindSafe for TypeScriptDto
impl Send for TypeScriptDto
impl Sync for TypeScriptDto
impl Unpin for TypeScriptDto
impl UnsafeUnpin for TypeScriptDto
impl UnwindSafe for TypeScriptDto
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