#[repr(C)]pub struct OwningDecodeOptions {
pub _base: ReadOnlyDecodeOptions,
}Fields§
§_base: ReadOnlyDecodeOptionsTrait Implementations§
Source§impl Debug for OwningDecodeOptions
impl Debug for OwningDecodeOptions
Source§impl PartialEq for OwningDecodeOptions
impl PartialEq for OwningDecodeOptions
impl StructuralPartialEq for OwningDecodeOptions
Auto Trait Implementations§
impl !Send for OwningDecodeOptions
impl !Sync for OwningDecodeOptions
impl Freeze for OwningDecodeOptions
impl RefUnwindSafe for OwningDecodeOptions
impl Unpin for OwningDecodeOptions
impl UnsafeUnpin for OwningDecodeOptions
impl UnwindSafe for OwningDecodeOptions
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
impl<T> ErasedDestructor for Twhere
T: 'static,
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