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
Id
Type
Context
Reverse
Index
Language
Direction
Container
Nest
Prefix
Propagate
Protected
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
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