Expand description
Warnings that can be raised during context processing.
Variants
KeywordLikeTerm(String)
KeywordLikeValue(String)
MalformedIri(String)
Trait Implementations
sourceimpl From<MalformedIri> for Warning
impl From<MalformedIri> for Warning
sourcefn from(MalformedIri: MalformedIri) -> Self
fn from(MalformedIri: MalformedIri) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for Warning
impl Send for Warning
impl Sync for Warning
impl Unpin for Warning
impl UnwindSafe for Warning
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more