Struct iceberg_rust_spec::spec::table_metadata::MetadataLog
source · pub struct MetadataLog {
pub metadata_file: String,
pub timestamp_ms: i64,
}Expand description
Encodes changes to the previous metadata files for the table
Fields§
§metadata_file: StringThe file for the log.
timestamp_ms: i64Time new metadata was created
Trait Implementations§
source§impl Clone for MetadataLog
impl Clone for MetadataLog
source§fn clone(&self) -> MetadataLog
fn clone(&self) -> MetadataLog
Returns a copy of the value. Read more
1.0.0 · 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 MetadataLog
impl Debug for MetadataLog
source§impl<'de> Deserialize<'de> for MetadataLog
impl<'de> Deserialize<'de> for MetadataLog
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 MetadataLog
impl PartialEq for MetadataLog
source§fn eq(&self, other: &MetadataLog) -> bool
fn eq(&self, other: &MetadataLog) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MetadataLog
impl Serialize for MetadataLog
impl Eq for MetadataLog
impl StructuralEq for MetadataLog
impl StructuralPartialEq for MetadataLog
Auto Trait Implementations§
impl RefUnwindSafe for MetadataLog
impl Send for MetadataLog
impl Sync for MetadataLog
impl Unpin for MetadataLog
impl UnwindSafe for MetadataLog
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.