pub struct Native<V = Val> { /* private fields */ }Expand description
A filter which is implemented using function pointers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for Native<V>
impl<V> RefUnwindSafe for Native<V>
impl<V> Send for Native<V>
impl<V> Sync for Native<V>
impl<V> Unpin for Native<V>
impl<V> UnwindSafe for Native<V>
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