Enum rdf_types::literal::ExportError
source · pub enum ExportError<I, L> {
Iri(I),
LangTag(L),
}Variants§
Auto Trait Implementations§
impl<I, L> RefUnwindSafe for ExportError<I, L>where I: RefUnwindSafe, L: RefUnwindSafe,
impl<I, L> Send for ExportError<I, L>where I: Send, L: Send,
impl<I, L> Sync for ExportError<I, L>where I: Sync, L: Sync,
impl<I, L> Unpin for ExportError<I, L>where I: Unpin, L: Unpin,
impl<I, L> UnwindSafe for ExportError<I, L>where I: UnwindSafe, L: UnwindSafe,
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