Struct iri_string::types::CreationError [−][src]
pub struct CreationError<T> { /* fields omitted */ }
Expand description
Error on conversion into an IRI type.
Enabled by alloc
or std
feature.
Implementations
Returns the source data.
Returns the validation error.
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for CreationError<T> where
T: RefUnwindSafe,
impl<T> Send for CreationError<T> where
T: Send,
impl<T> Sync for CreationError<T> where
T: Sync,
impl<T> Unpin for CreationError<T> where
T: Unpin,
impl<T> UnwindSafe for CreationError<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more