pub type QuerySetId = Id<QuerySet>;
#[repr(transparent)]pub struct QuerySetId(RawId, PhantomData<QuerySet>);
0: RawId
1: PhantomData<QuerySet>