pub struct TypeStore { /* private fields */ }Expand description
Defines a cache that can be used to store resolved type definitions of a Schema
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeStore
impl RefUnwindSafe for TypeStore
impl Send for TypeStore
impl Sync for TypeStore
impl Unpin for TypeStore
impl UnwindSafe for TypeStore
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