pub struct ParseRegisterError;Expand description
An error which can be returned when parsing a register.
Trait Implementations§
Source§impl Debug for ParseRegisterError
impl Debug for ParseRegisterError
Source§impl PartialEq for ParseRegisterError
impl PartialEq for ParseRegisterError
impl StructuralPartialEq for ParseRegisterError
Auto Trait Implementations§
impl Freeze for ParseRegisterError
impl RefUnwindSafe for ParseRegisterError
impl Send for ParseRegisterError
impl Sync for ParseRegisterError
impl Unpin for ParseRegisterError
impl UnwindSafe for ParseRegisterError
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