pub struct QueryParamsGenerationResult {
pub types: Vec<TypeScriptType>,
pub zod_schemas: Vec<ZodSchema>,
}Fields§
§types: Vec<TypeScriptType>§zod_schemas: Vec<ZodSchema>Auto Trait Implementations§
impl Freeze for QueryParamsGenerationResult
impl RefUnwindSafe for QueryParamsGenerationResult
impl Send for QueryParamsGenerationResult
impl Sync for QueryParamsGenerationResult
impl Unpin for QueryParamsGenerationResult
impl UnwindSafe for QueryParamsGenerationResult
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