pub struct ExtensionRow {
pub fields: HashMap<String, ExtensionValue>,
}Expand description
Metadata extracted from a single file by a plugin
Fields§
§fields: HashMap<String, ExtensionValue>Key-value pairs matching the extension struct fields
Trait Implementations§
Source§impl Clone for ExtensionRow
impl Clone for ExtensionRow
Source§fn clone(&self) -> ExtensionRow
fn clone(&self) -> ExtensionRow
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 moreAuto Trait Implementations§
impl Freeze for ExtensionRow
impl RefUnwindSafe for ExtensionRow
impl Send for ExtensionRow
impl Sync for ExtensionRow
impl Unpin for ExtensionRow
impl UnsafeUnpin for ExtensionRow
impl UnwindSafe for ExtensionRow
Blanket Implementations§
impl<T> Allocation for T
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