pub enum OutputType {
RT,
VDALL,
VDNEW,
INITIAL,
}Expand description
Specifies the data output type
https://research.stlouisfed.org/docs/api/fred/series_observations.html#output_type
Variants§
RT
Observations by Real Time Period
VDALL
Observations by Vintage Date, All Observations
VDNEW
Observations by Vintage Date, New and Revised Observations Only
INITIAL
Observations, Initial Release Only
Auto Trait Implementations§
impl Freeze for OutputType
impl RefUnwindSafe for OutputType
impl Send for OutputType
impl Sync for OutputType
impl Unpin for OutputType
impl UnwindSafe for OutputType
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