pub struct MetadataOptions {
pub labels: Labels,
}
Expand description
Options to configure an SDMX-CSV Metadata Message. These options may also be given from an HTTP Accept header.
Fields§
§labels: Labels
Trait Implementations§
Source§impl Clone for MetadataOptions
impl Clone for MetadataOptions
Source§fn clone(&self) -> MetadataOptions
fn clone(&self) -> MetadataOptions
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 MetadataOptions
impl Debug for MetadataOptions
Source§impl Default for MetadataOptions
impl Default for MetadataOptions
Source§fn default() -> MetadataOptions
fn default() -> MetadataOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for MetadataOptions
impl PartialEq for MetadataOptions
impl Copy for MetadataOptions
impl Eq for MetadataOptions
impl StructuralPartialEq for MetadataOptions
Auto Trait Implementations§
impl Freeze for MetadataOptions
impl RefUnwindSafe for MetadataOptions
impl Send for MetadataOptions
impl Sync for MetadataOptions
impl Unpin for MetadataOptions
impl UnwindSafe for MetadataOptions
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