Struct ion_schema::system::TypeStore
source · [−]pub struct TypeStore { /* private fields */ }Expand description
Defines a cache that can be used to store resolved TypeDefinitions of a Schema
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeStore
impl !Send for TypeStore
impl !Sync for TypeStore
impl Unpin for TypeStore
impl UnwindSafe for TypeStore
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more