pub struct NativeFileMetadata {
pub required_profiles: Vec<String>,
pub optional_profiles: Vec<String>,
pub primary_pax_records: BTreeMap<String, Vec<u8>>,
pub auxiliary_records: Vec<NativeAuxiliaryMetadata>,
}Fields§
§required_profiles: Vec<String>§optional_profiles: Vec<String>§primary_pax_records: BTreeMap<String, Vec<u8>>§auxiliary_records: Vec<NativeAuxiliaryMetadata>Trait Implementations§
Source§impl Clone for NativeFileMetadata
impl Clone for NativeFileMetadata
Source§fn clone(&self) -> NativeFileMetadata
fn clone(&self) -> NativeFileMetadata
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 NativeFileMetadata
impl Debug for NativeFileMetadata
Source§impl Default for NativeFileMetadata
impl Default for NativeFileMetadata
Source§fn default() -> NativeFileMetadata
fn default() -> NativeFileMetadata
Returns the “default value” for a type. Read more
impl Eq for NativeFileMetadata
Source§impl PartialEq for NativeFileMetadata
impl PartialEq for NativeFileMetadata
impl StructuralPartialEq for NativeFileMetadata
Auto Trait Implementations§
impl Freeze for NativeFileMetadata
impl RefUnwindSafe for NativeFileMetadata
impl Send for NativeFileMetadata
impl Sync for NativeFileMetadata
impl Unpin for NativeFileMetadata
impl UnsafeUnpin for NativeFileMetadata
impl UnwindSafe for NativeFileMetadata
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