MCPcopy Create free account
hub / github.com/docknetwork/crypto / clone

Method clone

utils/src/pairs.rs:15–19  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

13
14impl<'left, 'right, Left, Right> Clone for Pairs<'left, 'right, Left, Right> {
15 fn clone(&self) -> Self {
16 let &Self { left, right } = self;
17
18 Self { left, right }
19 }
20}
21
22impl<'left, 'right, Left, Right> Pairs<'left, 'right, Left, Right> {

Callers 15

_verifyMethod · 0.80
newMethod · 0.80
for_aggregateMethod · 0.80
set_publicMethod · 0.80
set_privateMethod · 0.80
for_aggregationMethod · 0.80
generate_constraintsMethod · 0.80
initMethod · 0.80
init_schnorr_protocolMethod · 0.80

Calls

no outgoing calls