Struct dharitri_wasm::contract_base::PrintHelper
source · pub struct PrintHelper<A>where
A: PrintApi + ManagedTypeApi,{ /* private fields */ }Implementations§
source§impl<A> PrintHelper<A>where
A: PrintApi + ManagedTypeApi,
impl<A> PrintHelper<A>where
A: PrintApi + ManagedTypeApi,
pub fn print_biguint(&self, biguint: &BigUint<A>)
Trait Implementations§
source§impl<A> Default for PrintHelper<A>
impl<A> Default for PrintHelper<A>
source§fn default() -> PrintHelper<A>
fn default() -> PrintHelper<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<A> RefUnwindSafe for PrintHelper<A>where
A: RefUnwindSafe,
impl<A> Send for PrintHelper<A>where
A: Send,
impl<A> Sync for PrintHelper<A>where
A: Sync,
impl<A> Unpin for PrintHelper<A>where
A: Unpin,
impl<A> UnwindSafe for PrintHelper<A>where
A: UnwindSafe,
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