pub struct TypeContext { /* private fields */ }
Expand description
Data renderers are recursive, so we keep track of observed types.
This can be used to influence the rendering of structure fields and related nested types.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeContext
impl RefUnwindSafe for TypeContext
impl !Send for TypeContext
impl !Sync for TypeContext
impl Unpin for TypeContext
impl UnwindSafe for TypeContext
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