Struct iceberg_rust_spec::spec::view_metadata::Summary
source · pub struct Summary {
pub operation: Operation,
pub engine_name: Option<String>,
pub engine_version: Option<String>,
}Expand description
Fields for the version 2 of the view metadata.
Fields§
§operation: OperationA string value indicating the view operation that caused this metadata to be created. Allowed values are “create” and “replace”.
engine_name: Option<String>Name of the engine that created the view version
engine_version: Option<String>A string value indicating the version of the engine that performed the operation
Trait Implementations§
source§impl<'de> Deserialize<'de> for Summary
impl<'de> Deserialize<'de> for Summary
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 Summary
impl PartialEq for Summary
impl Eq for Summary
impl StructuralEq for Summary
impl StructuralPartialEq for Summary
Auto Trait Implementations§
impl RefUnwindSafe for Summary
impl Send for Summary
impl Sync for Summary
impl Unpin for Summary
impl UnwindSafe for Summary
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.