pub enum IdentityDidMethod {
DidChio,
DidWeb,
DidKey,
DidJwk,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityDidMethod
impl Clone for IdentityDidMethod
Source§fn clone(&self) -> IdentityDidMethod
fn clone(&self) -> IdentityDidMethod
Returns a duplicate of the value. Read more
1.0.0 · 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 IdentityDidMethod
impl Debug for IdentityDidMethod
Source§impl<'de> Deserialize<'de> for IdentityDidMethod
impl<'de> Deserialize<'de> for IdentityDidMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for IdentityDidMethod
impl Hash for IdentityDidMethod
Source§impl PartialEq for IdentityDidMethod
impl PartialEq for IdentityDidMethod
Source§impl Serialize for IdentityDidMethod
impl Serialize for IdentityDidMethod
impl Copy for IdentityDidMethod
impl Eq for IdentityDidMethod
impl StructuralPartialEq for IdentityDidMethod
Auto Trait Implementations§
impl Freeze for IdentityDidMethod
impl RefUnwindSafe for IdentityDidMethod
impl Send for IdentityDidMethod
impl Sync for IdentityDidMethod
impl Unpin for IdentityDidMethod
impl UnsafeUnpin for IdentityDidMethod
impl UnwindSafe for IdentityDidMethod
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