pub struct AnyVerifier<R, M, L1, L2> {
pub resolver: AnyResolver<R, M>,
pub json_ld_loader: L1,
pub eip712_loader: L2,
}Fields§
§resolver: AnyResolver<R, M>§json_ld_loader: L1§eip712_loader: L2Trait Implementations§
Source§impl<R, M, L1, L2: TypesLoader> Eip712TypesLoaderProvider for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2: TypesLoader> Eip712TypesLoaderProvider for AnyVerifier<R, M, L1, L2>
Source§impl<R, M, L1: Loader, L2> JsonLdLoaderProvider for AnyVerifier<R, M, L1, L2>
impl<R, M, L1: Loader, L2> JsonLdLoaderProvider for AnyVerifier<R, M, L1, L2>
Source§impl<R, M, L1, L2> ResolverProvider for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> ResolverProvider for AnyVerifier<R, M, L1, L2>
Auto Trait Implementations§
impl<R, M, L1, L2> Freeze for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> RefUnwindSafe for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> Send for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> Sync for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> Unpin for AnyVerifier<R, M, L1, L2>
impl<R, M, L1, L2> UnwindSafe for AnyVerifier<R, M, L1, L2>
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.