Type Alias AtomQuery

Source
pub(crate) type AtomQuery = UnpackedRef<ObjectId, Root>;

Aliased Type§

pub(crate) struct AtomQuery {
    pub id: AtomId<Root>,
    pub version: Version,
    pub rev: ObjectId,
}

Fields§

§id: AtomId<Root>

The proper AtomId of the reference

§version: Version

The version of this particular reference

§rev: ObjectId

The cryptographic identity of the version