pub struct TableCommitment {
pub config: TableCommitmentConfig,
pub vector_commitment: VectorCommitment,
}Fields§
§config: TableCommitmentConfig§vector_commitment: VectorCommitmentTrait Implementations§
Source§impl Clone for TableCommitment
impl Clone for TableCommitment
Source§fn clone(&self) -> TableCommitment
fn clone(&self) -> TableCommitment
Returns a copy 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 Debug for TableCommitment
impl Debug for TableCommitment
Auto Trait Implementations§
impl Freeze for TableCommitment
impl RefUnwindSafe for TableCommitment
impl Send for TableCommitment
impl Sync for TableCommitment
impl Unpin for TableCommitment
impl UnwindSafe for TableCommitment
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