pub struct BurnMetadata {
pub float: String,
pub int: String,
pub format: String,
pub version: String,
pub settings: String,
}Expand description
Metadata of a record.
Fields§
§float: StringFloat type used to record the item.
int: StringInt type used to record the item.
format: StringFormat used to record the item.
version: StringBurn record version used to record the item.
settings: StringSettings used to record the item.
Implementations§
Trait Implementations§
Source§impl Debug for BurnMetadata
impl Debug for BurnMetadata
Source§impl<'de> Deserialize<'de> for BurnMetadata
impl<'de> Deserialize<'de> for BurnMetadata
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BurnMetadata
impl PartialEq for BurnMetadata
Source§impl Serialize for BurnMetadata
impl Serialize for BurnMetadata
impl Eq for BurnMetadata
impl StructuralPartialEq for BurnMetadata
Auto Trait Implementations§
impl Freeze for BurnMetadata
impl RefUnwindSafe for BurnMetadata
impl Send for BurnMetadata
impl Sync for BurnMetadata
impl Unpin for BurnMetadata
impl UnwindSafe for BurnMetadata
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.