Enum json_ld_syntax::context::term_definition::Nest
source · pub enum Nest {
Nest,
Term(String),
}
Variants§
Implementations§
Trait Implementations§
source§impl<M> IntoJsonMeta<M> for Nest
impl<M> IntoJsonMeta<M> for Nest
fn into_json_meta(self, meta: M) -> Meta<Value<M>, M>
source§impl Ord for Nest
impl Ord for Nest
source§impl PartialEq<Nest> for Nest
impl PartialEq<Nest> for Nest
source§impl PartialOrd<Nest> for Nest
impl PartialOrd<Nest> for Nest
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl StrippedPartialEq<Nest> for Nest
impl StrippedPartialEq<Nest> for Nest
fn stripped_eq(&self, other: &Nest) -> bool
source§impl TryFrom<String> for Nest
impl TryFrom<String> for Nest
§type Error = InvalidNest
type Error = InvalidNest
The type returned in the event of a conversion error.
source§impl<M> TryFromJson<M> for Nest
impl<M> TryFromJson<M> for Nest
type Error = InvalidContext
fn try_from_json( Meta: Meta<Value<M>, M> ) -> Result<Meta<Self, M>, Meta<InvalidContext, M>>
impl Eq for Nest
Auto Trait Implementations§
impl RefUnwindSafe for Nest
impl Send for Nest
impl Sync for Nest
impl Unpin for Nest
impl UnwindSafe for Nest
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
fn equivalent(&self, key: &K) -> bool
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.