Enum json_ld_syntax::context::definition::ContextTypeEntry
source · [−]pub enum ContextTypeEntry<'a, M> {
Container(&'a Entry<TypeContainer, M>),
Protected(&'a Entry<bool, M>),
}
Variants
Container(&'a Entry<TypeContainer, M>)
Protected(&'a Entry<bool, M>)
Implementations
sourceimpl<'a, M> ContextTypeEntry<'a, M>
impl<'a, M> ContextTypeEntry<'a, M>
pub fn key(&self) -> ContextTypeKey
Trait Implementations
sourceimpl<'a, M> PrecomputeSize for ContextTypeEntry<'a, M>
impl<'a, M> PrecomputeSize for ContextTypeEntry<'a, M>
sourceimpl<'a, M> PrintWithSize for ContextTypeEntry<'a, M>
impl<'a, M> PrintWithSize for ContextTypeEntry<'a, M>
Auto Trait Implementations
impl<'a, M> RefUnwindSafe for ContextTypeEntry<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for ContextTypeEntry<'a, M>where
M: Sync,
impl<'a, M> Sync for ContextTypeEntry<'a, M>where
M: Sync,
impl<'a, M> Unpin for ContextTypeEntry<'a, M>
impl<'a, M> UnwindSafe for ContextTypeEntry<'a, M>where
M: RefUnwindSafe,
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