pub struct JSOutput {
pub value: Option<u64>,
pub a_pk: Option<PayingKey>,
pub r: Option<CommitmentRandomness>,
}Fields§
§value: Option<u64>§a_pk: Option<PayingKey>§r: Option<CommitmentRandomness>Auto Trait Implementations§
impl Freeze for JSOutput
impl RefUnwindSafe for JSOutput
impl Send for JSOutput
impl Sync for JSOutput
impl Unpin for JSOutput
impl UnsafeUnpin for JSOutput
impl UnwindSafe for JSOutput
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