pub struct Base58Decode;Trait Implementations§
Source§impl FunctionImplementation for Base58Decode
impl FunctionImplementation for Base58Decode
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 Base58Decode
impl RefUnwindSafe for Base58Decode
impl Send for Base58Decode
impl Sync for Base58Decode
impl Unpin for Base58Decode
impl UnsafeUnpin for Base58Decode
impl UnwindSafe for Base58Decode
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