pub enum WireOrgTxtDid {
Org(String),
Op(String),
}Expand description
RFC-003 §2 DNS-TXT binding anchor. _wire-org.<domain> records use the
same field grammar for org-tier (did:wire:org:*) and personal-tier
(did:wire:op:*) deployments; receivers dispatch on the DID prefix.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WireOrgTxtDid
impl Clone for WireOrgTxtDid
Source§fn clone(&self) -> WireOrgTxtDid
fn clone(&self) -> WireOrgTxtDid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WireOrgTxtDid
impl Debug for WireOrgTxtDid
impl Eq for WireOrgTxtDid
Source§impl PartialEq for WireOrgTxtDid
impl PartialEq for WireOrgTxtDid
Source§fn eq(&self, other: &WireOrgTxtDid) -> bool
fn eq(&self, other: &WireOrgTxtDid) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WireOrgTxtDid
Auto Trait Implementations§
impl Freeze for WireOrgTxtDid
impl RefUnwindSafe for WireOrgTxtDid
impl Send for WireOrgTxtDid
impl Sync for WireOrgTxtDid
impl Unpin for WireOrgTxtDid
impl UnsafeUnpin for WireOrgTxtDid
impl UnwindSafe for WireOrgTxtDid
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.