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