pub struct ReactGenerator;Expand description
React/SWR code generator. Produces the TypeScript client files plus React hooks.
Trait Implementations§
Source§impl CodeGenerator for ReactGenerator
impl CodeGenerator for ReactGenerator
Auto Trait Implementations§
impl Freeze for ReactGenerator
impl RefUnwindSafe for ReactGenerator
impl Send for ReactGenerator
impl Sync for ReactGenerator
impl Unpin for ReactGenerator
impl UnwindSafe for ReactGenerator
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