pub struct SerdeQuickXmlTypesRenderStep;
Expand description
Implements a RenderStep
that renders rust types of the types defined in
the schema with quick-xml
support.
Trait Implementations§
Source§impl Debug for SerdeQuickXmlTypesRenderStep
impl Debug for SerdeQuickXmlTypesRenderStep
Source§impl RenderStep for SerdeQuickXmlTypesRenderStep
impl RenderStep for SerdeQuickXmlTypesRenderStep
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 SerdeQuickXmlTypesRenderStep
impl RefUnwindSafe for SerdeQuickXmlTypesRenderStep
impl Send for SerdeQuickXmlTypesRenderStep
impl Sync for SerdeQuickXmlTypesRenderStep
impl Unpin for SerdeQuickXmlTypesRenderStep
impl UnwindSafe for SerdeQuickXmlTypesRenderStep
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