MCPcopy Create free account
hub / github.com/apache/datafusion / clone

Method clone

datafusion/common/src/config.rs:1831–1833  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1829
1830impl Clone for ExtensionBox {
1831 fn clone(&self) -> Self {
1832 Self(self.0.cloned())
1833 }
1834}
1835
1836/// A trait implemented by `config_namespace` and for field types that provides

Calls 1

clonedMethod · 0.45