Type Alias json_ld_syntax::object::MappedEntry
source · pub type MappedEntry<'a> = Mapped<Entry<Mapped<&'a SmallString<[u8; 16]>>, Mapped<&'a Value>>>;
Aliased Type§
struct MappedEntry<'a> {
pub offset: usize,
pub value: Entry<Mapped<&'a SmallString<[u8; 16]>>, Mapped<&'a Value>>,
}
Fields§
§offset: usize
§value: Entry<Mapped<&'a SmallString<[u8; 16]>>, Mapped<&'a Value>>
Implementations
Trait Implementations
source§impl<T> Error for Mapped<T>where
T: 'static + Error,
impl<T> Error for Mapped<T>where
T: 'static + Error,
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl<T> Ord for Mapped<T>where
T: Ord,
impl<T> Ord for Mapped<T>where
T: Ord,
source§impl<T> PartialEq for Mapped<T>where
T: PartialEq,
impl<T> PartialEq for Mapped<T>where
T: PartialEq,
source§impl<T> PartialOrd for Mapped<T>where
T: PartialOrd,
impl<T> PartialOrd for Mapped<T>where
T: PartialOrd,
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 more