Struct icu_provider::DataResponseMetadata
source · #[non_exhaustive]pub struct DataResponseMetadata {
pub locale: Option<DataLocale>,
pub buffer_format: Option<BufferFormat>,
}
Expand description
A response object containing metadata about the returned data.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.locale: Option<DataLocale>
The resolved locale of the returned data, if locale fallbacking was performed.
buffer_format: Option<BufferFormat>
The format of the buffer for buffer-backed data, if known (for example, JSON).
Trait Implementations§
source§impl Clone for DataResponseMetadata
impl Clone for DataResponseMetadata
source§fn clone(&self) -> DataResponseMetadata
fn clone(&self) -> DataResponseMetadata
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 DataResponseMetadata
impl Debug for DataResponseMetadata
source§impl Default for DataResponseMetadata
impl Default for DataResponseMetadata
source§fn default() -> DataResponseMetadata
fn default() -> DataResponseMetadata
Returns the “default value” for a type. Read more
source§impl PartialEq for DataResponseMetadata
impl PartialEq for DataResponseMetadata
impl StructuralPartialEq for DataResponseMetadata
Auto Trait Implementations§
impl Freeze for DataResponseMetadata
impl RefUnwindSafe for DataResponseMetadata
impl Send for DataResponseMetadata
impl Sync for DataResponseMetadata
impl Unpin for DataResponseMetadata
impl UnwindSafe for DataResponseMetadata
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)