pub struct EmbeddedProofConfigurationRef<'d, 'a, S: CryptographicSuite> { /* private fields */ }Trait Implementations§
Source§impl<S: SerializeCryptographicSuite> Expandable for EmbeddedProofConfigurationRef<'_, '_, S>
impl<S: SerializeCryptographicSuite> Expandable for EmbeddedProofConfigurationRef<'_, '_, S>
type Error = ConfigurationExpansionError
type Expanded<I, V> = ExpandedEmbeddedProofConfiguration<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId> where I: Interpretation, V: VocabularyMut, V::Iri: LinkedDataResource<I, V> + LinkedDataSubject<I, V>, V::BlankId: LinkedDataResource<I, V> + LinkedDataSubject<I, V>
async fn expand_with<I, V>(
&self,
ld: &mut LdEnvironment<V, I>,
loader: &impl Loader,
) -> Result<Self::Expanded<I, V>, Self::Error>where
I: Interpretation,
V: VocabularyMut,
V::Iri: Clone + Eq + Hash + LinkedDataResource<I, V> + LinkedDataSubject<I, V>,
V::BlankId: Clone + Eq + Hash + LinkedDataResource<I, V> + LinkedDataSubject<I, V>,
async fn expand( &self, loader: &impl Loader, ) -> Result<Self::Expanded<WithGenerator<Blank>, ()>, Self::Error>
Source§impl<S: CryptographicSuite> JsonLdNodeObject for EmbeddedProofConfigurationRef<'_, '_, S>
impl<S: CryptographicSuite> JsonLdNodeObject for EmbeddedProofConfigurationRef<'_, '_, S>
fn json_ld_type(&self) -> JsonLdTypes<'_>
Source§impl<S: CryptographicSuite> JsonLdObject for EmbeddedProofConfigurationRef<'_, '_, S>
impl<S: CryptographicSuite> JsonLdObject for EmbeddedProofConfigurationRef<'_, '_, S>
Source§impl<'d, 'a, S> Serialize for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: SerializeCryptographicSuite + CryptographicSuite,
impl<'d, 'a, S> Serialize for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: SerializeCryptographicSuite + CryptographicSuite,
Auto Trait Implementations§
impl<'d, 'a, S> Freeze for EmbeddedProofConfigurationRef<'d, 'a, S>
impl<'d, 'a, S> RefUnwindSafe for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: RefUnwindSafe,
<S as CryptographicSuite>::ProofOptions: RefUnwindSafe,
<S as CryptographicSuite>::VerificationMethod: RefUnwindSafe,
impl<'d, 'a, S> Send for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: Sync,
<S as CryptographicSuite>::ProofOptions: Sync,
<S as CryptographicSuite>::VerificationMethod: Sync,
impl<'d, 'a, S> Sync for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: Sync,
<S as CryptographicSuite>::ProofOptions: Sync,
<S as CryptographicSuite>::VerificationMethod: Sync,
impl<'d, 'a, S> Unpin for EmbeddedProofConfigurationRef<'d, 'a, S>
impl<'d, 'a, S> UnwindSafe for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: RefUnwindSafe,
<S as CryptographicSuite>::ProofOptions: RefUnwindSafe,
<S as CryptographicSuite>::VerificationMethod: RefUnwindSafe,
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.