Enum json_ld_core::context::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 for Nest
impl PartialEq for Nest
source§impl PartialOrd for Nest
impl PartialOrd 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 for Nest
impl StrippedPartialEq 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<Value<M>, M> ) -> Result<Meta<Nest, 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<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.