pub enum NSErr {
Parse(String, usize),
NoMatch,
NoRemainder,
MultipleMatch,
Remove,
OutOfBounds,
}
Variants§
Trait Implementations§
impl StructuralPartialEq for NSErr
Auto Trait Implementations§
impl Freeze for NSErr
impl RefUnwindSafe for NSErr
impl Send for NSErr
impl Sync for NSErr
impl Unpin for NSErr
impl UnwindSafe for NSErr
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