pub struct TypesRenderStep;
Expand description
Implements a RenderStep
that renders the actual rust types of the types defined in the schema.
Trait Implementations§
Source§impl Debug for TypesRenderStep
impl Debug for TypesRenderStep
Source§impl RenderStep for TypesRenderStep
impl RenderStep for TypesRenderStep
Source§fn render_type(&mut self, ctx: &mut Context<'_, '_>)
fn render_type(&mut self, ctx: &mut Context<'_, '_>)
Renders the code for the given type. Read more
Source§fn initialize(&mut self, meta: &mut MetaData<'_>)
fn initialize(&mut self, meta: &mut MetaData<'_>)
Initialized the renderer. Read more
Auto Trait Implementations§
impl Freeze for TypesRenderStep
impl RefUnwindSafe for TypesRenderStep
impl Send for TypesRenderStep
impl Sync for TypesRenderStep
impl Unpin for TypesRenderStep
impl UnwindSafe for TypesRenderStep
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