Enum json_ld_syntax::context::definition::EntryValueRef   
source · pub enum EntryValueRef<'a> {
    Base(Nullable<&'a IriRef>),
    Import(&'a IriRef),
    Language(Nullable<&'a LenientLangTagBuf>),
    Direction(Nullable<Direction>),
    Propagate(bool),
    Protected(bool),
    Type(Type),
    Version(Version),
    Vocab(Nullable<&'a Vocab>),
    Definition(Nullable<&'a TermDefinition>),
}Variants§
Base(Nullable<&'a IriRef>)
Import(&'a IriRef)
Language(Nullable<&'a LenientLangTagBuf>)
Direction(Nullable<Direction>)
Propagate(bool)
Protected(bool)
Type(Type)
Version(Version)
Vocab(Nullable<&'a Vocab>)
Definition(Nullable<&'a TermDefinition>)
Implementations§
source§impl<'a> EntryValueRef<'a>
 
impl<'a> EntryValueRef<'a>
Trait Implementations§
source§impl<'a> PrecomputeSize for EntryValueRef<'a>
 
impl<'a> PrecomputeSize for EntryValueRef<'a>
source§impl<'a> PrintWithSize for EntryValueRef<'a>
 
impl<'a> PrintWithSize for EntryValueRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for EntryValueRef<'a>
impl<'a> RefUnwindSafe for EntryValueRef<'a>
impl<'a> Send for EntryValueRef<'a>
impl<'a> Sync for EntryValueRef<'a>
impl<'a> Unpin for EntryValueRef<'a>
impl<'a> UnwindSafe for EntryValueRef<'a>
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