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