(vertex_type: VertexType)
| 1003 | |
| 1004 | impl<'heap, A: Allocator> Partial<'heap, A> { |
| 1005 | pub(crate) fn new(vertex_type: VertexType) -> Self { |
| 1006 | match vertex_type { |
| 1007 | VertexType::Entity => Self::Entity(PartialEntity::default()), |
| 1008 | } |
| 1009 | } |
| 1010 | |
| 1011 | pub(crate) fn hydrate_from_postgres( |
| 1012 | &mut self, |