pub struct NamespaceConstantsRenderer;Expand description
Implements a Renderer that renders constants for the different namespaces
used in the schema.
Trait Implementations§
Source§impl Debug for NamespaceConstantsRenderer
impl Debug for NamespaceConstantsRenderer
Auto Trait Implementations§
impl Freeze for NamespaceConstantsRenderer
impl RefUnwindSafe for NamespaceConstantsRenderer
impl Send for NamespaceConstantsRenderer
impl Sync for NamespaceConstantsRenderer
impl Unpin for NamespaceConstantsRenderer
impl UnwindSafe for NamespaceConstantsRenderer
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