Enum json_ld_syntax::context::InvalidContext
source · pub enum InvalidContext {
InvalidIriRef(Error),
Unexpected(Kind, &'static [Kind]),
InvalidDirection,
DuplicateKey,
InvalidTermDefinition,
InvalidNestValue(String),
}
Variants§
InvalidIriRef(Error)
Unexpected(Kind, &'static [Kind])
InvalidDirection
DuplicateKey
InvalidTermDefinition
InvalidNestValue(String)
Implementations§
Trait Implementations§
source§impl Clone for InvalidContext
impl Clone for InvalidContext
source§fn clone(&self) -> InvalidContext
fn clone(&self) -> InvalidContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for InvalidContext
impl Debug for InvalidContext
source§impl Display for InvalidContext
impl Display for InvalidContext
source§impl From<Unexpected> for InvalidContext
impl From<Unexpected> for InvalidContext
source§fn from(crate::Unexpected: Unexpected) -> Self
fn from(crate::Unexpected: Unexpected) -> Self
Converts to this type from the input type.