pub struct InvalidSetError();
Expand description
A CodePointInversionList was constructed with an invalid inversion list
Trait Implementations§
Source§impl Debug for InvalidSetError
impl Debug for InvalidSetError
Auto Trait Implementations§
impl Freeze for InvalidSetError
impl RefUnwindSafe for InvalidSetError
impl Send for InvalidSetError
impl Sync for InvalidSetError
impl Unpin for InvalidSetError
impl UnwindSafe for InvalidSetError
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