pub struct MethodSpecificId<'a>(/* private fields */);Expand description
Helper type to access data in the method-specific-id of a DidUrl.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MethodSpecificId<'a>
impl<'a> RefUnwindSafe for MethodSpecificId<'a>
impl<'a> Send for MethodSpecificId<'a>
impl<'a> Sync for MethodSpecificId<'a>
impl<'a> Unpin for MethodSpecificId<'a>
impl<'a> UnwindSafe for MethodSpecificId<'a>
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