pub struct Args<'a, V = Val>(/* private fields */);Expand description
Arguments passed to a native filter.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, V> Freeze for Args<'a, V>
impl<'a, V> RefUnwindSafe for Args<'a, V>
impl<'a, V> Send for Args<'a, V>
impl<'a, V> Sync for Args<'a, V>
impl<'a, V> Unpin for Args<'a, V>
impl<'a, V> UnwindSafe for Args<'a, 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