pub enum Profile {
RegistryCore,
RegistryDiscovery,
RegistryFederated,
RegistryReceipts,
Consumer,
}Expand description
One of the four conformance profiles defined by RFC-ACDP-0001 §9.1.
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).
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
Mutably borrows from an owned value. Read more
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
Compare self to
key and return true if they are equal.