pub enum Ics721Error {
EmptyClassId {},
NoTokens {},
EmptyOptional {},
TokenInfoLenMissmatch {},
}Variants§
Trait Implementations§
Source§impl Debug for Ics721Error
impl Debug for Ics721Error
Source§impl Display for Ics721Error
impl Display for Ics721Error
Source§impl Error for Ics721Error
impl Error for Ics721Error
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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 PartialEq for Ics721Error
impl PartialEq for Ics721Error
Source§fn eq(&self, other: &Ics721Error) -> bool
fn eq(&self, other: &Ics721Error) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Ics721Error
Auto Trait Implementations§
impl Freeze for Ics721Error
impl RefUnwindSafe for Ics721Error
impl Send for Ics721Error
impl Sync for Ics721Error
impl Unpin for Ics721Error
impl UnsafeUnpin for Ics721Error
impl UnwindSafe for Ics721Error
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