pub struct TableCommitmentWitnessWithSerde {
pub vector: VectorCommitmentWitnessWithSerde,
}Fields§
§vector: VectorCommitmentWitnessWithSerdeTrait Implementations§
Source§impl Clone for TableCommitmentWitnessWithSerde
impl Clone for TableCommitmentWitnessWithSerde
Source§fn clone(&self) -> TableCommitmentWitnessWithSerde
fn clone(&self) -> TableCommitmentWitnessWithSerde
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 From<Witness> for TableCommitmentWitnessWithSerde
impl From<Witness> for TableCommitmentWitnessWithSerde
Source§fn from(value: SwiftnessTableCommitmentWitness) -> Self
fn from(value: SwiftnessTableCommitmentWitness) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TableCommitmentWitnessWithSerde
impl RefUnwindSafe for TableCommitmentWitnessWithSerde
impl Send for TableCommitmentWitnessWithSerde
impl Sync for TableCommitmentWitnessWithSerde
impl Unpin for TableCommitmentWitnessWithSerde
impl UnwindSafe for TableCommitmentWitnessWithSerde
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