Struct json_ld_core::flattening::Environment
source · [−]pub struct Environment<'n, M, N: Vocabulary, G> { /* private fields */ }
Implementations
sourceimpl<'n, M, N: Vocabulary, G> Environment<'n, M, N, G>
impl<'n, M, N: Vocabulary, G> Environment<'n, M, N, G>
Auto Trait Implementations
impl<'n, M, N, G> RefUnwindSafe for Environment<'n, M, N, G>where
G: RefUnwindSafe,
M: RefUnwindSafe,
N: RefUnwindSafe,
<N as BlankIdVocabulary>::BlankId: RefUnwindSafe,
<N as IriVocabulary>::Iri: RefUnwindSafe,
impl<'n, M, N, G> Send for Environment<'n, M, N, G>where
G: Send,
M: Send,
N: Send,
<N as BlankIdVocabulary>::BlankId: Send,
<N as IriVocabulary>::Iri: Send,
impl<'n, M, N, G> Sync for Environment<'n, M, N, G>where
G: Sync,
M: Sync,
N: Sync,
<N as BlankIdVocabulary>::BlankId: Sync,
<N as IriVocabulary>::Iri: Sync,
impl<'n, M, N, G> Unpin for Environment<'n, M, N, G>where
G: Unpin,
M: Unpin,
<N as BlankIdVocabulary>::BlankId: Unpin,
<N as IriVocabulary>::Iri: Unpin,
impl<'n, M, N, G> !UnwindSafe for Environment<'n, M, N, G>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more