pub struct JsError<Rule> {
pub kind: JsErrorType<Rule>,
pub message: String,
}Fields§
§kind: JsErrorType<Rule>§message: StringTrait Implementations§
Auto Trait Implementations§
impl<Rule> Freeze for JsError<Rule>
impl<Rule> RefUnwindSafe for JsError<Rule>where
Rule: RefUnwindSafe,
impl<Rule> !Send for JsError<Rule>
impl<Rule> !Sync for JsError<Rule>
impl<Rule> Unpin for JsError<Rule>where
Rule: Unpin,
impl<Rule> UnwindSafe for JsError<Rule>where
Rule: UnwindSafe,
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