Enum json_ld_syntax::context::definition::ContextTypeKey
source · [−]pub enum ContextTypeKey {
Container,
Protected,
}
Variants
Container
Protected
Implementations
sourceimpl ContextTypeKey
impl ContextTypeKey
Auto Trait Implementations
impl RefUnwindSafe for ContextTypeKey
impl Send for ContextTypeKey
impl Sync for ContextTypeKey
impl Unpin for ContextTypeKey
impl UnwindSafe for ContextTypeKey
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