Enum json_ld_syntax::context::term_definition::EntryKey
source · pub enum EntryKey {
Id,
Type,
Context,
Reverse,
Index,
Language,
Direction,
Container,
Nest,
Prefix,
Propagate,
Protected,
}
Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EntryKey
impl Send for EntryKey
impl Sync for EntryKey
impl Unpin for EntryKey
impl UnwindSafe for EntryKey
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