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