pub struct SchemaInfo<'a> {
pub field_types: &'a [FieldType],
pub has_timestamp: bool,
}Expand description
Schema info needed by the decoder: field types + has_timestamp flag.
Fields§
§field_types: &'a [FieldType]§has_timestamp: boolAuto Trait Implementations§
impl<'a> Freeze for SchemaInfo<'a>
impl<'a> RefUnwindSafe for SchemaInfo<'a>
impl<'a> Send for SchemaInfo<'a>
impl<'a> Sync for SchemaInfo<'a>
impl<'a> Unpin for SchemaInfo<'a>
impl<'a> UnsafeUnpin for SchemaInfo<'a>
impl<'a> UnwindSafe for SchemaInfo<'a>
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