pub struct TypesRenderer;Expand description
Implements a Renderer that renders the actual rust types of the types defined in the schema.
Trait Implementations§
Source§impl Debug for TypesRenderer
impl Debug for TypesRenderer
Source§impl Renderer for TypesRenderer
impl Renderer for TypesRenderer
Auto Trait Implementations§
impl Freeze for TypesRenderer
impl RefUnwindSafe for TypesRenderer
impl Send for TypesRenderer
impl Sync for TypesRenderer
impl Unpin for TypesRenderer
impl UnwindSafe for TypesRenderer
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