Struct libspartan::ComputationDecommitment
source · [−]pub struct ComputationDecommitment { /* private fields */ }Expand description
ComputationDecommitment holds information to decommit ComputationCommitment
Auto Trait Implementations
impl RefUnwindSafe for ComputationDecommitment
impl Send for ComputationDecommitment
impl Sync for ComputationDecommitment
impl Unpin for ComputationDecommitment
impl UnwindSafe for ComputationDecommitment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T, U> Cast<U> for T where
U: FromCast<T>,
impl<T, U> Cast<U> for T where
U: FromCast<T>,
fn cast(self) -> U
fn cast(self) -> U
Numeric cast from self to T.
impl<T> FromBits<T> for T
impl<T> FromBits<T> for T
fn from_bits(t: T) -> T
fn from_bits(t: T) -> T
Safe lossless bitwise transmute from T to Self.
impl<T> FromCast<T> for T
impl<T> FromCast<T> for T
fn from_cast(t: T) -> T
fn from_cast(t: T) -> T
Numeric cast from T to Self.
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
impl<T, U> IntoBits<U> for T where
U: FromBits<T>,
fn into_bits(self) -> U
fn into_bits(self) -> U
Safe lossless bitwise transmute from self to T.