pub struct RepresentationMetadata {
pub codec: String,
pub codec_version: String,
pub media_type: String,
pub charset: Option<String>,
pub language: Option<String>,
pub fidelity_warnings: Vec<String>,
}Expand description
Codec and fidelity provenance for one normalized representation.
Fields§
§codec: String§codec_version: String§media_type: String§charset: Option<String>§language: Option<String>§fidelity_warnings: Vec<String>Trait Implementations§
Source§impl Clone for RepresentationMetadata
impl Clone for RepresentationMetadata
Source§fn clone(&self) -> RepresentationMetadata
fn clone(&self) -> RepresentationMetadata
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RepresentationMetadata
impl Debug for RepresentationMetadata
impl Eq for RepresentationMetadata
Source§impl PartialEq for RepresentationMetadata
impl PartialEq for RepresentationMetadata
impl StructuralPartialEq for RepresentationMetadata
Auto Trait Implementations§
impl Freeze for RepresentationMetadata
impl RefUnwindSafe for RepresentationMetadata
impl Send for RepresentationMetadata
impl Sync for RepresentationMetadata
impl Unpin for RepresentationMetadata
impl UnsafeUnpin for RepresentationMetadata
impl UnwindSafe for RepresentationMetadata
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