Struct json_ld_core::loader::map::EntryNotFound
source · pub struct EntryNotFound<I>(pub I);
Expand description
Tuple Fields§
§0: I
Trait Implementations§
source§impl<I: Debug> Debug for EntryNotFound<I>
impl<I: Debug> Debug for EntryNotFound<I>
source§impl<I> Display for EntryNotFound<I>where
I: Display,
impl<I> Display for EntryNotFound<I>where
I: Display,
source§impl<I> Error for EntryNotFound<I>
impl<I> Error for EntryNotFound<I>
1.30.0 · 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()
Auto Trait Implementations§
impl<I> Freeze for EntryNotFound<I>where
I: Freeze,
impl<I> RefUnwindSafe for EntryNotFound<I>where
I: RefUnwindSafe,
impl<I> Send for EntryNotFound<I>where
I: Send,
impl<I> Sync for EntryNotFound<I>where
I: Sync,
impl<I> Unpin for EntryNotFound<I>where
I: Unpin,
impl<I> UnwindSafe for EntryNotFound<I>where
I: UnwindSafe,
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