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