pub struct FilterMethodSpec {
pub filter: &'static str,
pub value_field: Option<&'static str>,
pub arg_count: usize,
}Fields§
§filter: &'static str§value_field: Option<&'static str>§arg_count: usizeAuto Trait Implementations§
impl Freeze for FilterMethodSpec
impl RefUnwindSafe for FilterMethodSpec
impl Send for FilterMethodSpec
impl Sync for FilterMethodSpec
impl Unpin for FilterMethodSpec
impl UnsafeUnpin for FilterMethodSpec
impl UnwindSafe for FilterMethodSpec
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