Enum xsd_types::ParseRdfError
source · pub enum ParseRdfError<L, V> {
InvalidLexicalForm(L),
InvalidValue(V),
}Variants§
Auto Trait Implementations§
impl<L, V> RefUnwindSafe for ParseRdfError<L, V>where L: RefUnwindSafe, V: RefUnwindSafe,
impl<L, V> Send for ParseRdfError<L, V>where L: Send, V: Send,
impl<L, V> Sync for ParseRdfError<L, V>where L: Sync, V: Sync,
impl<L, V> Unpin for ParseRdfError<L, V>where L: Unpin, V: Unpin,
impl<L, V> UnwindSafe for ParseRdfError<L, V>where L: UnwindSafe, V: 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