#[repr(C)]pub struct JSONWriteFunc {
pub vtable_: *const JSONWriteFunc__bindgen_vtable,
}
Fields§
§vtable_: *const JSONWriteFunc__bindgen_vtable
Trait Implementations§
Source§impl Debug for JSONWriteFunc
impl Debug for JSONWriteFunc
Source§impl PartialEq for JSONWriteFunc
impl PartialEq for JSONWriteFunc
impl StructuralPartialEq for JSONWriteFunc
Auto Trait Implementations§
impl Freeze for JSONWriteFunc
impl RefUnwindSafe for JSONWriteFunc
impl !Send for JSONWriteFunc
impl !Sync for JSONWriteFunc
impl Unpin for JSONWriteFunc
impl UnwindSafe for JSONWriteFunc
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