Struct json_ld_context_processing::syntax::DefinedTerms
source · pub struct DefinedTerms<M>(/* private fields */);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M> RefUnwindSafe for DefinedTerms<M>where
M: RefUnwindSafe,
impl<M> Send for DefinedTerms<M>where
M: Send,
impl<M> Sync for DefinedTerms<M>where
M: Sync,
impl<M> Unpin for DefinedTerms<M>where
M: Unpin,
impl<M> UnwindSafe for DefinedTerms<M>where
M: UnwindSafe,
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