Enum json_ld::context::BindingTerm  
source · pub enum BindingTerm<'a> {
    Normal(&'a Key),
    Type,
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BindingTerm<'a>
impl<'a> RefUnwindSafe for BindingTerm<'a>
impl<'a> Send for BindingTerm<'a>
impl<'a> Sync for BindingTerm<'a>
impl<'a> Unpin for BindingTerm<'a>
impl<'a> UnwindSafe for BindingTerm<'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