pub struct ScalarValueCodec;Implementations§
Source§impl ScalarValueCodec
impl ScalarValueCodec
pub fn encode(value: &ScalarValue) -> Vec<u8> ⓘ
pub fn decode( bytes: &[u8], data_type: DataType, ) -> QuillSQLResult<DecodedData<ScalarValue>>
Auto Trait Implementations§
impl Freeze for ScalarValueCodec
impl RefUnwindSafe for ScalarValueCodec
impl Send for ScalarValueCodec
impl Sync for ScalarValueCodec
impl Unpin for ScalarValueCodec
impl UnsafeUnpin for ScalarValueCodec
impl UnwindSafe for ScalarValueCodec
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