pub enum ParseAtomNameError {
LengthGreaterThan4,
LengthZero,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseAtomNameError
impl RefUnwindSafe for ParseAtomNameError
impl Send for ParseAtomNameError
impl Sync for ParseAtomNameError
impl Unpin for ParseAtomNameError
impl UnwindSafe for ParseAtomNameError
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