pub struct LinkedSchemas {
pub schemas_by_type_uuid: HashMap<Uuid, SchemaFingerprint, RandomState>,
pub schemas_by_name: HashMap<String, SchemaFingerprint, RandomState>,
pub schemas: HashMap<SchemaFingerprint, SchemaNamedType, RandomState>,
}
Fields§
§schemas_by_type_uuid: HashMap<Uuid, SchemaFingerprint, RandomState>
§schemas_by_name: HashMap<String, SchemaFingerprint, RandomState>
§schemas: HashMap<SchemaFingerprint, SchemaNamedType, RandomState>
Auto Trait Implementations§
impl Freeze for LinkedSchemas
impl RefUnwindSafe for LinkedSchemas
impl Send for LinkedSchemas
impl Sync for LinkedSchemas
impl Unpin for LinkedSchemas
impl UnwindSafe for LinkedSchemas
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