pub struct ExpandedEmbeddedProofConfiguration<I, B>(/* private fields */);Implementations§
Source§impl<I, B> ExpandedEmbeddedProofConfiguration<I, B>
impl<I, B> ExpandedEmbeddedProofConfiguration<I, B>
pub fn extract<V, R>(
self,
vocabulary: &mut V,
interpretation: &mut R,
) -> Result<ExpandedProofConfiguration, ConfigurationExpansionError>where
R: InterpretationMut<V> + ReverseTermInterpretation<Iri = I, BlankId = B, Literal = V::Literal>,
R::Resource: Clone,
V: VocabularyMut<Iri = I, BlankId = B>,
I: LinkedDataResource<R, V> + LinkedDataSubject<R, V>,
B: LinkedDataResource<R, V> + LinkedDataSubject<R, V>,
Trait Implementations§
Source§impl<I: Interpretation, V: Vocabulary> LinkedData<I, V> for ExpandedEmbeddedProofConfiguration<V::Iri, V::BlankId>
impl<I: Interpretation, V: Vocabulary> LinkedData<I, V> for ExpandedEmbeddedProofConfiguration<V::Iri, V::BlankId>
Auto Trait Implementations§
impl<I, B> Freeze for ExpandedEmbeddedProofConfiguration<I, B>
impl<I, B> RefUnwindSafe for ExpandedEmbeddedProofConfiguration<I, B>where
I: RefUnwindSafe,
B: RefUnwindSafe,
impl<I, B> Send for ExpandedEmbeddedProofConfiguration<I, B>
impl<I, B> Sync for ExpandedEmbeddedProofConfiguration<I, B>
impl<I, B> Unpin for ExpandedEmbeddedProofConfiguration<I, B>where
I: Unpin,
impl<I, B> UnwindSafe for ExpandedEmbeddedProofConfiguration<I, B>where
I: UnwindSafe,
B: UnwindSafe,
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.