pub struct DidWeb;Expand description
An implementation of the did:web method. See the module docs for more
info.
Trait Implementations§
impl Eq for DidWeb
impl StructuralPartialEq for DidWeb
Auto Trait Implementations§
impl Freeze for DidWeb
impl RefUnwindSafe for DidWeb
impl Send for DidWeb
impl Sync for DidWeb
impl Unpin for DidWeb
impl UnwindSafe for DidWeb
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