Struct did_sol::DIDSol

source ·
pub struct DIDSol;
Expand description

did:sol DID Method

Trait Implementations§

Get the DID method’s name. Read more
Generate a DID from some source.
Upcast the DID method as a DID resolver. Read more
Retrieve a DID from a DID method transaction
Submit a DID transaction
Create a DID
Update a DID
Recover a DID
Deactivate a DID
Cast the resolver as a DIDMethod, if possible.
Resolve a DID in a given representation Read more
Dereference a DID URL. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.