pub struct WithNamespaceTraitRenderStep;
Expand description
Implements a RenderStep
that renders the WithNamespace
trait for each type defined in the schema.
Trait Implementations§
Source§impl Debug for WithNamespaceTraitRenderStep
impl Debug for WithNamespaceTraitRenderStep
Source§impl RenderStep for WithNamespaceTraitRenderStep
impl RenderStep for WithNamespaceTraitRenderStep
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 WithNamespaceTraitRenderStep
impl RefUnwindSafe for WithNamespaceTraitRenderStep
impl Send for WithNamespaceTraitRenderStep
impl Sync for WithNamespaceTraitRenderStep
impl Unpin for WithNamespaceTraitRenderStep
impl UnwindSafe for WithNamespaceTraitRenderStep
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