[−][src]Struct json_ld::expansion::Entry
Trait Implementations
impl<'a, T: Eq> Eq for Entry<'a, T>
[src]
impl<'a, T: Ord> Ord for Entry<'a, T>
[src]
fn cmp(&self, other: &Entry<'a, T>) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl<'a, T: PartialEq> PartialEq<Entry<'a, T>> for Entry<'a, T>
[src]
impl<'a, T: PartialOrd> PartialOrd<Entry<'a, T>> for Entry<'a, T>
[src]
fn partial_cmp(&self, other: &Entry<'a, T>) -> Option<Ordering>
[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
impl<'a, T> StructuralEq for Entry<'a, T>
[src]
impl<'a, T> StructuralPartialEq for Entry<'a, T>
[src]
Auto Trait Implementations
impl<'a, T> RefUnwindSafe for Entry<'a, T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<'a, T> Send for Entry<'a, T> where
T: Send,
T: Send,
impl<'a, T> Sync for Entry<'a, T> where
T: Sync,
T: Sync,
impl<'a, T> Unpin for Entry<'a, T> where
T: Unpin,
T: Unpin,
impl<'a, T> UnwindSafe for Entry<'a, T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T
[src]
type Owned = T
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,