Enum json_ld_syntax::context::definition::TypeContainer
source · pub enum TypeContainer {
Set,
}
Variants§
Set
Implementations§
Trait Implementations§
source§impl Clone for TypeContainer
impl Clone for TypeContainer
source§fn clone(&self) -> TypeContainer
fn clone(&self) -> TypeContainer
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 TypeContainer
impl Debug for TypeContainer
source§impl Hash for TypeContainer
impl Hash for TypeContainer
source§impl<M> IntoJsonMeta<M> for TypeContainer
impl<M> IntoJsonMeta<M> for TypeContainer
fn into_json_meta(self, meta: M) -> Meta<Value<M>, M>
source§impl Ord for TypeContainer
impl Ord for TypeContainer
source§fn cmp(&self, other: &TypeContainer) -> Ordering
fn cmp(&self, other: &TypeContainer) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<TypeContainer> for TypeContainer
impl PartialEq<TypeContainer> for TypeContainer
source§impl PartialOrd<TypeContainer> for TypeContainer
impl PartialOrd<TypeContainer> for TypeContainer
source§fn partial_cmp(&self, other: &TypeContainer) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeContainer) -> Option<Ordering>
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 PrecomputeSize for TypeContainer
impl PrecomputeSize for TypeContainer
source§impl Print for TypeContainer
impl Print for TypeContainer
fn fmt_with( &self, f: &mut Formatter<'_>, _options: &Options, _indent: usize ) -> Result
source§fn pretty_print(&self) -> Printed<'_, Self>
fn pretty_print(&self) -> Printed<'_, Self>
Print the value with
Options::pretty
options.source§fn compact_print(&self) -> Printed<'_, Self>
fn compact_print(&self) -> Printed<'_, Self>
Print the value with
Options::compact
options.source§fn inline_print(&self) -> Printed<'_, Self>
fn inline_print(&self) -> Printed<'_, Self>
Print the value with
Options::inline
options.source§fn print_with(&self, options: Options) -> Printed<'_, Self>
fn print_with(&self, options: Options) -> Printed<'_, Self>
Print the value with the given options.
source§impl StrippedPartialEq<TypeContainer> for TypeContainer
impl StrippedPartialEq<TypeContainer> for TypeContainer
fn stripped_eq(&self, other: &TypeContainer) -> bool
source§impl<M> TryFromJson<M> for TypeContainer
impl<M> TryFromJson<M> for TypeContainer
type Error = InvalidContext
fn try_from_json( Meta: Meta<Value<M>, M> ) -> Result<Meta<Self, M>, Meta<InvalidContext, M>>
impl Copy for TypeContainer
impl Eq for TypeContainer
Auto Trait Implementations§
impl RefUnwindSafe for TypeContainer
impl Send for TypeContainer
impl Sync for TypeContainer
impl Unpin for TypeContainer
impl UnwindSafe for TypeContainer
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.