pub struct CodeListProvider { /* private fields */ }Expand description
Provider that checks whether a value belongs to a known code list.
Condition name format: "code_in_<data_element_id>:<value>"
Returns True if the value is in the list, False if not, Unknown if the list is unknown.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeListProvider
impl RefUnwindSafe for CodeListProvider
impl Send for CodeListProvider
impl Sync for CodeListProvider
impl Unpin for CodeListProvider
impl UnsafeUnpin for CodeListProvider
impl UnwindSafe for CodeListProvider
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