pub struct DepositRelationWithoutInput {}Implementations§
Source§impl DepositRelationWithoutInput
impl DepositRelationWithoutInput
pub fn new() -> Self
pub fn note(&self) -> Result<&BackendNote, SynthesisError>
pub fn token_id(&self) -> Result<&BackendTokenId, SynthesisError>
pub fn token_amount(&self) -> Result<&BackendTokenAmount, SynthesisError>
pub fn trapdoor(&self) -> Result<&BackendTrapdoor, SynthesisError>
pub fn nullifier(&self) -> Result<&BackendNullifier, SynthesisError>
Trait Implementations§
Source§impl Clone for DepositRelationWithoutInput
impl Clone for DepositRelationWithoutInput
Source§fn clone(&self) -> DepositRelationWithoutInput
fn clone(&self) -> DepositRelationWithoutInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ConstraintSynthesizer<Fp256<FrParameters>> for DepositRelationWithoutInput
Available on crate feature circuit only.
impl ConstraintSynthesizer<Fp256<FrParameters>> for DepositRelationWithoutInput
Available on crate feature
circuit only.Source§fn generate_constraints(self, cs: ConstraintSystemRef<Fr>) -> Result<()>
fn generate_constraints(self, cs: ConstraintSystemRef<Fr>) -> Result<()>
Drives generation of new constraints inside
cs.Source§impl Debug for DepositRelationWithoutInput
impl Debug for DepositRelationWithoutInput
Source§impl From<DepositRelationWithPublicInput> for DepositRelationWithoutInput
impl From<DepositRelationWithPublicInput> for DepositRelationWithoutInput
Source§fn from(obj: DepositRelationWithPublicInput) -> Self
fn from(obj: DepositRelationWithPublicInput) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DepositRelationWithoutInput
impl RefUnwindSafe for DepositRelationWithoutInput
impl Send for DepositRelationWithoutInput
impl Sync for DepositRelationWithoutInput
impl Unpin for DepositRelationWithoutInput
impl UnwindSafe for DepositRelationWithoutInput
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