secrecy

Trait CloneableSecret

Source
pub trait CloneableSecret: Clone + Zeroize { }
Expand description

Marker trait for secrets which are allowed to be cloned

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl CloneableSecret for i8

Source§

impl CloneableSecret for i16

Source§

impl CloneableSecret for i32

Source§

impl CloneableSecret for i64

Source§

impl CloneableSecret for i128

Source§

impl CloneableSecret for isize

Source§

impl CloneableSecret for u8

Source§

impl CloneableSecret for u16

Source§

impl CloneableSecret for u32

Source§

impl CloneableSecret for u64

Source§

impl CloneableSecret for u128

Source§

impl CloneableSecret for usize

Implementors§