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