Struct CreationError
struct CreationError<T> { ... }
Error on conversion into an IRI type.
Enabled by alloc or std feature.
Implementations
impl<T> CreationError<T>
fn into_source(self: Self) -> TReturns the source data.
fn validation_error(self: &Self) -> ErrorReturns the validation error.
impl<T> Any for CreationError<T>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for CreationError<T>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for CreationError<T>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for CreationError<T>
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> Display for CreationError<T>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<T> Freeze for CreationError<T>
impl<T> From for CreationError<T>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> RefUnwindSafe for CreationError<T>
impl<T> Send for CreationError<T>
impl<T> Sync for CreationError<T>
impl<T> ToOwned for CreationError<T>
fn to_owned(self: &Self) -> Tfn clone_into(self: &Self, target: &mut T)
impl<T> ToString for CreationError<T>
fn to_string(self: &Self) -> String
impl<T> ToStringFallible for CreationError<T>
fn try_to_string(self: &Self) -> Result<String, TryReserveError>[
ToString::to_string]alloc::string::ToString::to_string, but without panic on OOM.
impl<T> Unpin for CreationError<T>
impl<T> UnsafeUnpin for CreationError<T>
impl<T> UnwindSafe for CreationError<T>
impl<T, U> Into for CreationError<T>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for CreationError<T>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for CreationError<T>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<T: Clone> Clone for CreationError<T>
fn clone(self: &Self) -> Self
impl<T: fmt::Debug> Debug for CreationError<T>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result