Struct json_ld_syntax::context::term_definition::Simple
source · pub struct Simple(_);
Implementations§
Trait Implementations§
source§impl<M> IntoJsonMeta<M> for Simple
impl<M> IntoJsonMeta<M> for Simple
fn into_json_meta(self, meta: M) -> Meta<Value<M>, M>
source§impl PartialEq<Simple> for Simple
impl PartialEq<Simple> for Simple
source§impl StrippedPartialEq<Simple> for Simple
impl StrippedPartialEq<Simple> for Simple
fn stripped_eq(&self, other: &Simple) -> bool
impl Eq for Simple
impl StructuralEq for Simple
impl StructuralPartialEq for Simple
Auto Trait Implementations§
impl RefUnwindSafe for Simple
impl Send for Simple
impl Sync for Simple
impl Unpin for Simple
impl UnwindSafe for Simple
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
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.