pub struct MTBn254X5 {
pub inner: SparseMerkleTree<Fr, Poseidon<Fr>, TREE_HEIGHT>,
}Fields§
§inner: SparseMerkleTree<Fr, Poseidon<Fr>, TREE_HEIGHT>Implementations§
Trait Implementations§
Source§impl FromWasmAbi for MTBn254X5
impl FromWasmAbi for MTBn254X5
Source§impl IntoWasmAbi for MTBn254X5
impl IntoWasmAbi for MTBn254X5
Source§impl LongRefFromWasmAbi for MTBn254X5
impl LongRefFromWasmAbi for MTBn254X5
Source§impl OptionFromWasmAbi for MTBn254X5
impl OptionFromWasmAbi for MTBn254X5
Source§impl OptionIntoWasmAbi for MTBn254X5
impl OptionIntoWasmAbi for MTBn254X5
Source§impl RefFromWasmAbi for MTBn254X5
impl RefFromWasmAbi for MTBn254X5
Source§impl RefMutFromWasmAbi for MTBn254X5
impl RefMutFromWasmAbi for MTBn254X5
Source§impl TryFromJsValue for MTBn254X5
impl TryFromJsValue for MTBn254X5
Source§impl VectorFromWasmAbi for MTBn254X5
impl VectorFromWasmAbi for MTBn254X5
Source§impl VectorIntoWasmAbi for MTBn254X5
impl VectorIntoWasmAbi for MTBn254X5
impl SupportsConstructor for MTBn254X5
impl SupportsInstanceProperty for MTBn254X5
impl SupportsStaticProperty for MTBn254X5
Auto Trait Implementations§
impl Freeze for MTBn254X5
impl RefUnwindSafe for MTBn254X5
impl Send for MTBn254X5
impl Sync for MTBn254X5
impl Unpin for MTBn254X5
impl UnwindSafe for MTBn254X5
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::AbiSource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.