Struct did_simple::methods::web::DidWeb
source · pub struct DidWeb;Expand description
An implementation of the did:web method. See the module docs for more
info.
Trait Implementations§
source§impl PartialEq for DidWeb
impl PartialEq for DidWeb
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