pub struct AvroColumn(pub AvroValue);Expand description
Table column represented as AvroValue.
Tuple Fields§
§0: AvroValueTrait Implementations§
Source§impl Debug for AvroColumn
impl Debug for AvroColumn
Source§impl TryFromColumn<AvroConfiguration> for AvroColumn
impl TryFromColumn<AvroConfiguration> for AvroColumn
type Error = OdbcAvroError
Source§fn try_from_column<'i, 's, 'c, S>(
column: Column<'i, 's, 'c, S, AvroConfiguration>,
) -> Result<Self, Self::Error>
fn try_from_column<'i, 's, 'c, S>( column: Column<'i, 's, 'c, S, AvroConfiguration>, ) -> Result<Self, Self::Error>
Create
Self from row column.Auto Trait Implementations§
impl Freeze for AvroColumn
impl RefUnwindSafe for AvroColumn
impl Send for AvroColumn
impl Sync for AvroColumn
impl Unpin for AvroColumn
impl UnwindSafe for AvroColumn
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