pub struct OpenMetadataEntry {
pub name: Symbol,
pub value: Value,
}Expand description
Open metadata: unknown keys are retained rather than interpreted here.
Fields§
§name: Symbol§value: ValueTrait Implementations§
Source§impl Clone for OpenMetadataEntry
impl Clone for OpenMetadataEntry
Source§fn clone(&self) -> OpenMetadataEntry
fn clone(&self) -> OpenMetadataEntry
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 !RefUnwindSafe for OpenMetadataEntry
impl !UnwindSafe for OpenMetadataEntry
impl Freeze for OpenMetadataEntry
impl Send for OpenMetadataEntry
impl Sync for OpenMetadataEntry
impl Unpin for OpenMetadataEntry
impl UnsafeUnpin for OpenMetadataEntry
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