pub struct Base64Decode;Trait Implementations§
Source§impl FunctionImplementation for Base64Decode
impl FunctionImplementation for Base64Decode
fn check_instantiability( _fn_spec: &FunctionSpecification, _auth_ctx: &AuthorizationContext, _args: &Vec<Type>, ) -> Result<Type, Diagnostic>
fn run( _fn_spec: &FunctionSpecification, _auth_ctx: &AuthorizationContext, args: &Vec<Value>, ) -> Result<Value, Diagnostic>
Auto Trait Implementations§
impl Freeze for Base64Decode
impl RefUnwindSafe for Base64Decode
impl Send for Base64Decode
impl Sync for Base64Decode
impl Unpin for Base64Decode
impl UnsafeUnpin for Base64Decode
impl UnwindSafe for Base64Decode
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