Enum json_ld_syntax::context::definition::TypeContainer
source · [−]pub enum TypeContainer {
Set,
}
Variants
Set
Implementations
sourceimpl TypeContainer
impl TypeContainer
Trait Implementations
sourceimpl Clone for TypeContainer
impl Clone for TypeContainer
sourcefn clone(&self) -> TypeContainer
fn clone(&self) -> TypeContainer
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TypeContainer
impl Debug for TypeContainer
sourceimpl Hash for TypeContainer
impl Hash for TypeContainer
sourceimpl<M> IntoJsonMeta<M> for TypeContainer
impl<M> IntoJsonMeta<M> for TypeContainer
fn into_json_meta(self, meta: M) -> Meta<Value<M>, M>
sourceimpl Ord for TypeContainer
impl Ord for TypeContainer
sourcefn cmp(&self, other: &TypeContainer) -> Ordering
fn cmp(&self, other: &TypeContainer) -> Ordering
1.21.0 · sourceconst fn max(self, other: Self) -> Self
const fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
1.21.0 · sourceconst fn min(self, other: Self) -> Self
const fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
1.50.0 · sourceconst fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
const fn clamp(self, min: Self, max: Self) -> Selfwhere
Self: PartialOrd<Self>,
Restrict a value to a certain interval. Read more
sourceimpl PartialEq<TypeContainer> for TypeContainer
impl PartialEq<TypeContainer> for TypeContainer
sourceimpl PartialOrd<TypeContainer> for TypeContainer
impl PartialOrd<TypeContainer> for TypeContainer
sourcefn partial_cmp(&self, other: &TypeContainer) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeContainer) -> Option<Ordering>
1.0.0 · sourceconst fn le(&self, other: &Rhs) -> bool
const 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 moresourceimpl PrecomputeSize for TypeContainer
impl PrecomputeSize for TypeContainer
sourceimpl Print for TypeContainer
impl Print for TypeContainer
fn fmt_with(
&self,
f: &mut Formatter<'_>,
_options: &Options,
_indent: usize
) -> Result
sourcefn pretty_print(&self) -> Printed<'_, Self>
fn pretty_print(&self) -> Printed<'_, Self>
Print the value with
Options::pretty
options.sourcefn compact_print(&self) -> Printed<'_, Self>
fn compact_print(&self) -> Printed<'_, Self>
Print the value with
Options::compact
options.sourcefn inline_print(&self) -> Printed<'_, Self>
fn inline_print(&self) -> Printed<'_, Self>
Print the value with
Options::inline
options.sourcefn print_with(&self, options: Options) -> Printed<'_, Self>
fn print_with(&self, options: Options) -> Printed<'_, Self>
Print the value with the given options.
sourceimpl StrippedPartialEq<TypeContainer> for TypeContainer
impl StrippedPartialEq<TypeContainer> for TypeContainer
fn stripped_eq(&self, other: &Self) -> bool
sourceimpl<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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> BorrowStripped for T
impl<T> BorrowStripped for T
sourceimpl<T> BorrowUnordered for T
impl<T> BorrowUnordered for T
sourceimpl<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
sourceimpl<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,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.