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