pub struct TableCommitmentConfig {
pub n_columns: Felt,
pub vector: VectorCommitmentConfig,
}Fields§
§n_columns: Felt§vector: VectorCommitmentConfigTrait Implementations§
Source§impl Clone for TableCommitmentConfig
impl Clone for TableCommitmentConfig
Source§fn clone(&self) -> TableCommitmentConfig
fn clone(&self) -> TableCommitmentConfig
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 TableCommitmentConfig
impl Debug for TableCommitmentConfig
Auto Trait Implementations§
impl Freeze for TableCommitmentConfig
impl RefUnwindSafe for TableCommitmentConfig
impl Send for TableCommitmentConfig
impl Sync for TableCommitmentConfig
impl Unpin for TableCommitmentConfig
impl UnwindSafe for TableCommitmentConfig
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