Struct json_ld::Environment 
source · pub struct Environment<'a, N, L, W> {
    pub vocabulary: &'a mut N,
    pub loader: &'a L,
    pub warnings: &'a mut W,
}Fields§
§vocabulary: &'a mut N§loader: &'a L§warnings: &'a mut WAuto Trait Implementations§
impl<'a, N, L, W> Freeze for Environment<'a, N, L, W>
impl<'a, N, L, W> RefUnwindSafe for Environment<'a, N, L, W>
impl<'a, N, L, W> Send for Environment<'a, N, L, W>
impl<'a, N, L, W> Sync for Environment<'a, N, L, W>
impl<'a, N, L, W> Unpin for Environment<'a, N, L, W>
impl<'a, N, L, W> !UnwindSafe for Environment<'a, N, L, W>
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