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