pub struct NoteVar {
pub token_id: FpVar,
pub token_amount: TokenAmountVar,
pub trapdoor: FpVar,
pub nullifier: FpVar,
pub note: FpVar,
}Fields§
§token_id: FpVar§token_amount: TokenAmountVar§trapdoor: FpVar§nullifier: FpVar§note: FpVarTrait Implementations§
Auto Trait Implementations§
impl Freeze for NoteVar
impl !RefUnwindSafe for NoteVar
impl !Send for NoteVar
impl !Sync for NoteVar
impl Unpin for NoteVar
impl !UnwindSafe for NoteVar
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