pub struct CommitmentRandomness(pub [u8; 32]);Tuple Fields§
§0: [u8; 32]Auto Trait Implementations§
impl Freeze for CommitmentRandomness
impl RefUnwindSafe for CommitmentRandomness
impl Send for CommitmentRandomness
impl Sync for CommitmentRandomness
impl Unpin for CommitmentRandomness
impl UnwindSafe for CommitmentRandomness
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