pub struct VerificationMethodOf<S>(pub <S as CryptographicSuite>::VerificationMethod)
where
S: CryptographicSuite;Tuple Fields§
§0: <S as CryptographicSuite>::VerificationMethodImplementations§
Source§impl<S> VerificationMethodOf<S>where
S: CryptographicSuite,
impl<S> VerificationMethodOf<S>where
S: CryptographicSuite,
pub fn unwrap(self) -> <S as CryptographicSuite>::VerificationMethod
Trait Implementations§
Source§impl<'de, T> DeserializeTyped<'de, T> for VerificationMethodOf<T>where
T: DeserializeCryptographicSuite<'de>,
impl<'de, T> DeserializeTyped<'de, T> for VerificationMethodOf<T>where
T: DeserializeCryptographicSuite<'de>,
fn deserialize_typed<S>(
type_: &T,
deserializer: S,
) -> Result<VerificationMethodOf<T>, <S as Deserializer<'de>>::Error>where
S: Deserializer<'de>,
Auto Trait Implementations§
impl<S> Freeze for VerificationMethodOf<S>
impl<S> RefUnwindSafe for VerificationMethodOf<S>
impl<S> Send for VerificationMethodOf<S>
impl<S> Sync for VerificationMethodOf<S>
impl<S> Unpin for VerificationMethodOf<S>
impl<S> UnwindSafe for VerificationMethodOf<S>
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
Source§impl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
fn as_unordered(&self) -> &Unordered<T>
Source§impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
impl<T, U, C> IntoWithContext<U, C> for Twhere
U: FromWithContext<T, C>,
Source§impl<T> ResourceProvider<()> for T
impl<T> ResourceProvider<()> for T
Source§fn get_resource(&self) -> &()
fn get_resource(&self) -> &()
Returns a reference to the resource of type
T.