pub struct KaryMerklePath<E: Environment, PH: PathHash<E>, const DEPTH: u8, const ARITY: u8> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<E: Environment, PH: PathHash<E>, const DEPTH: u8, const ARITY: u8> Eject for KaryMerklePath<E, PH, DEPTH, ARITY>
impl<E: Environment, PH: PathHash<E>, const DEPTH: u8, const ARITY: u8> Eject for KaryMerklePath<E, PH, DEPTH, ARITY>
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 = KaryMerklePath<<PH as PathHash<E>>::Primitive, DEPTH, ARITY>
§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, PH: PathHash<E>, const DEPTH: u8, const ARITY: u8> Inject for KaryMerklePath<E, PH, DEPTH, ARITY>
impl<E: Environment, PH: PathHash<E>, const DEPTH: u8, const ARITY: u8> Inject for KaryMerklePath<E, PH, DEPTH, ARITY>
Auto Trait Implementations§
impl<E, PH, const DEPTH: u8, const ARITY: u8> RefUnwindSafe for KaryMerklePath<E, PH, DEPTH, ARITY>where <E as Environment>::BaseField: RefUnwindSafe, <PH as PathHash<E>>::Hash: RefUnwindSafe,
impl<E, PH, const DEPTH: u8, const ARITY: u8> !Send for KaryMerklePath<E, PH, DEPTH, ARITY>
impl<E, PH, const DEPTH: u8, const ARITY: u8> !Sync for KaryMerklePath<E, PH, DEPTH, ARITY>
impl<E, PH, const DEPTH: u8, const ARITY: u8> Unpin for KaryMerklePath<E, PH, DEPTH, ARITY>where <E as Environment>::BaseField: Unpin, <PH as PathHash<E>>::Hash: Unpin,
impl<E, PH, const DEPTH: u8, const ARITY: u8> UnwindSafe for KaryMerklePath<E, PH, DEPTH, ARITY>where <E as Environment>::BaseField: UnwindSafe + RefUnwindSafe, <PH as PathHash<E>>::Hash: 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