pub struct MethodDidKey;Trait Implementations§
Source§impl Method for MethodDidKey
impl Method for MethodDidKey
fn method_name(&self) -> &'static str
fn resolve(&self, did: Did) -> MethodFuture<Result<Document, ResolutionError>>
Auto Trait Implementations§
impl Freeze for MethodDidKey
impl RefUnwindSafe for MethodDidKey
impl Send for MethodDidKey
impl Sync for MethodDidKey
impl Unpin for MethodDidKey
impl UnsafeUnpin for MethodDidKey
impl UnwindSafe for MethodDidKey
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