pub struct Matchfn {
pub lookup_value: Value,
pub lookup_array: Value,
pub match_type: Value,
}
Fields§
§lookup_value: Value
§lookup_array: Value
§match_type: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Matchfn
impl RefUnwindSafe for Matchfn
impl Send for Matchfn
impl Sync for Matchfn
impl Unpin for Matchfn
impl UnwindSafe for Matchfn
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