pub struct Environment<'n, N: Vocabulary, G> { /* private fields */ }
Implementations§
Source§impl<'n, N: Vocabulary, G> Environment<'n, N, G>
impl<'n, N: Vocabulary, G> Environment<'n, N, G>
Source§impl<'n, V: Vocabulary, G: Generator<V>> Environment<'n, V, G>
impl<'n, V: Vocabulary, G: Generator<V>> Environment<'n, V, G>
Auto Trait Implementations§
impl<'n, N, G> Freeze for Environment<'n, N, G>where
G: Freeze,
impl<'n, N, G> RefUnwindSafe for Environment<'n, N, G>where
G: RefUnwindSafe,
N: RefUnwindSafe,
<N as BlankIdVocabulary>::BlankId: RefUnwindSafe,
<N as IriVocabulary>::Iri: RefUnwindSafe,
impl<'n, N, G> Send for Environment<'n, N, G>
impl<'n, N, G> Sync for Environment<'n, N, G>
impl<'n, N, G> Unpin for Environment<'n, N, G>
impl<'n, N, G> !UnwindSafe for Environment<'n, N, G>
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