Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ clone
Method
clone
zeroize/src/lib.rs:620–622 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
618
impl<Z: Zeroize + Clone> Clone for Zeroizing<Z> {
619
#[inline(always)]
620
fn clone(&self) -> Self {
621
Self(self.0.clone())
622
}
623
624
#[inline(always)]
625
fn clone_from(&mut self, source: &Self) {
Callers
10
keccak_test
Function · 0.45
cloned
Method · 0.45
ct_select_array
Method · 0.45
ct_select
Method · 0.45
derive_zeroize_impl
Function · 0.45
derive_zeroize_on_drop_impl
Function · 0.45
visit_path
Method · 0.45
field_ident
Function · 0.45
impl_zeroize_on_drop
Function · 0.45
clone_in
Method · 0.45
Calls
no outgoing calls
Tested by
1
keccak_test
Function · 0.36