Struct peace_core::ItemSpecIdInvalidFmt
source · pub struct ItemSpecIdInvalidFmt<'s> { /* private fields */ }Expand description
Error indicating ItemSpecId provided is not in the correct format.
Implementations§
Trait Implementations§
source§impl<'s> Debug for ItemSpecIdInvalidFmt<'s>
impl<'s> Debug for ItemSpecIdInvalidFmt<'s>
source§impl<'s> Display for ItemSpecIdInvalidFmt<'s>
impl<'s> Display for ItemSpecIdInvalidFmt<'s>
source§impl<'s> Error for ItemSpecIdInvalidFmt<'s>
impl<'s> Error for ItemSpecIdInvalidFmt<'s>
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()
source§impl<'s> PartialEq<ItemSpecIdInvalidFmt<'s>> for ItemSpecIdInvalidFmt<'s>
impl<'s> PartialEq<ItemSpecIdInvalidFmt<'s>> for ItemSpecIdInvalidFmt<'s>
source§fn eq(&self, other: &ItemSpecIdInvalidFmt<'s>) -> bool
fn eq(&self, other: &ItemSpecIdInvalidFmt<'s>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.