Struct dharitri_wasm::contract_base::PrintHelper
source · pub struct PrintHelper<M: ManagedTypeApi> { /* private fields */ }Implementations§
source§impl<M> PrintHelper<M>
impl<M> PrintHelper<M>
pub fn print_biguint(&self, biguint: &BigUint<M>)
Auto Trait Implementations§
impl<M> RefUnwindSafe for PrintHelper<M>where
M: RefUnwindSafe,
impl<M> Send for PrintHelper<M>where
M: Send,
impl<M> Sync for PrintHelper<M>where
M: Sync,
impl<M> Unpin for PrintHelper<M>where
M: Unpin,
impl<M> UnwindSafe for PrintHelper<M>where
M: 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