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§
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>
impl<'l, 'a, T, B, C, M> Sync for ProcessedRef<'l, 'a, T, B, C, M>
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§
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