pub struct MerklePath<E: Environment, const DEPTH: u8> { /* private fields */ }
Implementations§
source§impl<E: Environment, const DEPTH: u8> MerklePath<E, DEPTH>
impl<E: Environment, const DEPTH: u8> MerklePath<E, DEPTH>
Trait Implementations§
source§impl<E: Environment, const DEPTH: u8> Eject for MerklePath<E, DEPTH>
impl<E: Environment, const DEPTH: u8> Eject for MerklePath<E, DEPTH>
source§fn eject_mode(&self) -> Mode
fn eject_mode(&self) -> Mode
Ejects the mode of the Merkle path.
source§fn eject_value(&self) -> Self::Primitive
fn eject_value(&self) -> Self::Primitive
Ejects the Merkle path.
type Primitive = MerklePath<<E as Environment>::Network, DEPTH>
§fn is_constant(&self) -> bool
fn is_constant(&self) -> bool
Returns
true
if the circuit is a constant.§fn is_private(&self) -> bool
fn is_private(&self) -> bool
Returns
true
if the circuit is a private.source§impl<E: Environment, const DEPTH: u8> Inject for MerklePath<E, DEPTH>
impl<E: Environment, const DEPTH: u8> Inject for MerklePath<E, DEPTH>
Auto Trait Implementations§
impl<E, const DEPTH: u8> RefUnwindSafe for MerklePath<E, DEPTH>where <E as Environment>::BaseField: UnwindSafe + RefUnwindSafe,
impl<E, const DEPTH: u8> !Send for MerklePath<E, DEPTH>
impl<E, const DEPTH: u8> !Sync for MerklePath<E, DEPTH>
impl<E, const DEPTH: u8> Unpin for MerklePath<E, DEPTH>where <E as Environment>::BaseField: Unpin,
impl<E, const DEPTH: u8> UnwindSafe for MerklePath<E, DEPTH>where <E as Environment>::BaseField: UnwindSafe + RefUnwindSafe,
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