Struct json_ld_context_processing::ProcessedRef 
source · [−]pub struct ProcessedRef<'l, 'a, T, B, C, M> { /* private fields */ }Expand description
Reference to a processed context that also borrows the original, unprocessed, context.
Implementations
sourceimpl<'l, 'a, T, B, C, M> ProcessedRef<'l, 'a, T, B, C, M>
 
impl<'l, 'a, T, B, C, M> ProcessedRef<'l, 'a, T, B, C, M>
Auto Trait Implementations
impl<'l, 'a, T, B, C, M> RefUnwindSafe for ProcessedRef<'l, 'a, T, B, C, M>where
    B: UnwindSafe + RefUnwindSafe,
    C: RefUnwindSafe,
    M: RefUnwindSafe,
    T: UnwindSafe + RefUnwindSafe,
impl<'l, 'a, T, B, C, M> Send for ProcessedRef<'l, 'a, T, B, C, M>where
    B: Send + Sync,
    C: Sync,
    M: Sync,
    T: Send + Sync,
impl<'l, 'a, T, B, C, M> Sync for ProcessedRef<'l, 'a, T, B, C, M>where
    B: Send + Sync,
    C: Sync,
    M: Sync,
    T: Send + Sync,
impl<'l, 'a, T, B, C, M> Unpin for ProcessedRef<'l, 'a, T, B, C, M>
impl<'l, 'a, T, B, C, M> UnwindSafe for ProcessedRef<'l, 'a, T, B, C, M>where
    B: UnwindSafe + RefUnwindSafe,
    C: RefUnwindSafe,
    M: RefUnwindSafe,
    T: UnwindSafe + RefUnwindSafe,
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