Struct json_ld_syntax::Unexpected
source · pub struct Unexpected(_, _);
Trait Implementations§
source§impl Clone for Unexpected
impl Clone for Unexpected
source§fn clone(&self) -> Unexpected
fn clone(&self) -> Unexpected
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 Unexpected
impl Debug for Unexpected
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.