pub enum Profile {
RegistryCore,
RegistryDiscovery,
RegistryFederated,
RegistryReceipts,
RegistryHeadReceipts,
RegistryLifecycle,
Consumer,
}Expand description
A conformance profile: the RFC-ACDP-0001 §9.1 set plus the receipt profiles added by RFC-ACDP-0010 (0.2.0) and RFC-ACDP-0011 (0.3.0).
Variants§
RegistryCore
acdp-registry-core — minimum profile for any registry.
RegistryDiscovery
acdp-registry-discovery — adds keyword search.
RegistryFederated
acdp-registry-federated — adds cross-registry resolution.
RegistryReceipts
acdp-registry-receipts — mints registry-signed publication
receipts (ACDP 0.2, RFC-ACDP-0010).
RegistryHeadReceipts
acdp-registry-head-receipts — mints registry-signed
lineage-head receipts on /current (ACDP 0.3, RFC-ACDP-0011).
Prerequisite: acdp-registry-receipts (same signing key, same
DID-document plumbing, same key lifecycle).
RegistryLifecycle
acdp-registry-lifecycle — lifecycle events & retraction (ACDP
0.3, RFC-ACDP-0013): the /retract + /republish endpoints,
§7 status derivation (retracted dominating), §8
retrieval/search//current semantics, and the §4.1 append-only
lifecycle_events discipline. Prerequisite:
acdp-registry-core. Registries NOT advertising it MUST return
not_implemented on both endpoints and never emit
lifecycle_events or the retracted status.
Consumer
acdp-consumer — a consumer of contexts (not a registry).
Implementations§
Trait Implementations§
impl Copy for Profile
impl Eq for Profile
impl StructuralPartialEq for Profile
Auto Trait Implementations§
impl Freeze for Profile
impl RefUnwindSafe for Profile
impl Send for Profile
impl Sync for Profile
impl Unpin for Profile
impl UnsafeUnpin for Profile
impl UnwindSafe for Profile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key and return true if they are equal.