#[repr(C)]pub struct JSErrorNotes {
pub notes_: __BindgenOpaqueArray<u64, 4>,
}
Expand description
Notes associated with JSErrorReport.
Fields§
§notes_: __BindgenOpaqueArray<u64, 4>
Trait Implementations§
Source§impl Debug for JSErrorNotes
impl Debug for JSErrorNotes
Source§impl PartialEq for JSErrorNotes
impl PartialEq for JSErrorNotes
impl StructuralPartialEq for JSErrorNotes
Auto Trait Implementations§
impl Freeze for JSErrorNotes
impl RefUnwindSafe for JSErrorNotes
impl Send for JSErrorNotes
impl Sync for JSErrorNotes
impl Unpin for JSErrorNotes
impl UnwindSafe for JSErrorNotes
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more