pub struct EmbeddedProofConfigurationRef<'d, 'a, S>where
S: CryptographicSuite,{ /* private fields */ }Trait Implementations§
Source§impl<S> Expandable for EmbeddedProofConfigurationRef<'_, '_, S>where
S: SerializeCryptographicSuite,
impl<S> Expandable for EmbeddedProofConfigurationRef<'_, '_, S>where
S: SerializeCryptographicSuite,
type Error = ConfigurationExpansionError
type Expanded<I: Interpretation, V: VocabularyMut> = ExpandedEmbeddedProofConfiguration<<V as IriVocabulary>::Iri, <V as BlankIdVocabulary>::BlankId> where <V as IriVocabulary>::Iri: LinkedDataResource<I, V> + LinkedDataSubject<I, V>, <V as BlankIdVocabulary>::BlankId: LinkedDataResource<I, V> + LinkedDataSubject<I, V>
async fn expand_with<I, V>(
&self,
ld: &mut LdEnvironment<V, I>,
loader: &impl Loader,
) -> Result<<EmbeddedProofConfigurationRef<'_, '_, S> as Expandable>::Expanded<I, V>, <EmbeddedProofConfigurationRef<'_, '_, S> as Expandable>::Error>where
I: Interpretation,
V: VocabularyMut,
<V as IriVocabulary>::Iri: Clone + Eq + Hash + LinkedDataResource<I, V> + LinkedDataSubject<I, V>,
<V as BlankIdVocabulary>::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> JsonLdNodeObject for EmbeddedProofConfigurationRef<'_, '_, S>where
S: CryptographicSuite,
impl<S> JsonLdNodeObject for EmbeddedProofConfigurationRef<'_, '_, S>where
S: CryptographicSuite,
fn json_ld_type(&self) -> JsonLdTypes<'_>
Source§impl<S> JsonLdObject for EmbeddedProofConfigurationRef<'_, '_, S>where
S: CryptographicSuite,
impl<S> JsonLdObject for EmbeddedProofConfigurationRef<'_, '_, S>where
S: CryptographicSuite,
Source§impl<'d, 'a, S> Serialize for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: CryptographicSuite + SerializeCryptographicSuite,
impl<'d, 'a, S> Serialize for EmbeddedProofConfigurationRef<'d, 'a, S>where
S: CryptographicSuite + SerializeCryptographicSuite,
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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.