pub struct KeyResolver;Expand description
A resolver for the did:key method.
Implementations§
Source§impl KeyResolver
impl KeyResolver
Trait Implementations§
Source§impl DIDMethodResolver for KeyResolver
impl DIDMethodResolver for KeyResolver
Source§impl Debug for KeyResolver
impl Debug for KeyResolver
Source§impl Default for KeyResolver
impl Default for KeyResolver
Source§fn default() -> KeyResolver
fn default() -> KeyResolver
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyResolver
impl RefUnwindSafe for KeyResolver
impl Send for KeyResolver
impl Sync for KeyResolver
impl Unpin for KeyResolver
impl UnwindSafe for KeyResolver
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