pub enum FilterVariable {
Frequency,
Units,
SeasonalAdjustment,
}Expand description
Apply result filter
This should be used in conjunction with the filter_value argument to filter results based on one (maybe more than one?) of the fields.
https://research.stlouisfed.org/docs/api/fred/release_series.html#filter_variable
Variants§
Auto Trait Implementations§
impl Freeze for FilterVariable
impl RefUnwindSafe for FilterVariable
impl Send for FilterVariable
impl Sync for FilterVariable
impl Unpin for FilterVariable
impl UnwindSafe for FilterVariable
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