pub struct DataOptions {
pub labels: Labels,
pub time_format: TimeFormat,
pub keys: Keys,
}
Expand description
Options to configure an SDMX-CSV Data Message. These options may also be given from an HTTP Accept header.
Fields§
§labels: Labels
§time_format: TimeFormat
§keys: Keys
Trait Implementations§
Source§impl Clone for DataOptions
impl Clone for DataOptions
Source§fn clone(&self) -> DataOptions
fn clone(&self) -> DataOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DataOptions
impl Debug for DataOptions
Source§impl Default for DataOptions
impl Default for DataOptions
Source§fn default() -> DataOptions
fn default() -> DataOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for DataOptions
impl PartialEq for DataOptions
impl Copy for DataOptions
impl Eq for DataOptions
impl StructuralPartialEq for DataOptions
Auto Trait Implementations§
impl Freeze for DataOptions
impl RefUnwindSafe for DataOptions
impl Send for DataOptions
impl Sync for DataOptions
impl Unpin for DataOptions
impl UnwindSafe for DataOptions
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