pub struct ParseElementNameError;
Expand description
The error type ParseElementNameError
is returned when from_str()
/ parse()
fails for ElementName
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseElementNameError
impl RefUnwindSafe for ParseElementNameError
impl Send for ParseElementNameError
impl Sync for ParseElementNameError
impl Unpin for ParseElementNameError
impl UnwindSafe for ParseElementNameError
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