pub struct BlobB64;Implementations§
Trait Implementations§
Source§impl ScalarFunction for BlobB64
impl ScalarFunction for BlobB64
fn scalar(&self, ctx: ScalarFunctionContext<'_>) -> Result<ColumnData>
Auto Trait Implementations§
impl Freeze for BlobB64
impl RefUnwindSafe for BlobB64
impl Send for BlobB64
impl Sync for BlobB64
impl Unpin for BlobB64
impl UnwindSafe for BlobB64
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