pub struct SchemaSpec {
pub schema_version: u64,
pub timestamp_ms: i64,
pub fields: Vec<FieldMetadata>,
}Fields§
§schema_version: u64§timestamp_ms: i64§fields: Vec<FieldMetadata>Trait Implementations§
Source§impl Clone for SchemaSpec
impl Clone for SchemaSpec
Source§fn clone(&self) -> SchemaSpec
fn clone(&self) -> SchemaSpec
Returns a duplicate 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 SchemaSpec
impl Debug for SchemaSpec
Source§impl<'de> Deserialize<'de> for SchemaSpec
impl<'de> Deserialize<'de> for SchemaSpec
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
Auto Trait Implementations§
impl Freeze for SchemaSpec
impl RefUnwindSafe for SchemaSpec
impl Send for SchemaSpec
impl Sync for SchemaSpec
impl Unpin for SchemaSpec
impl UnsafeUnpin for SchemaSpec
impl UnwindSafe for SchemaSpec
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