Struct fernet::MultiFernet
source · pub struct MultiFernet { /* private fields */ }Implementations§
source§impl MultiFernet
impl MultiFernet
MultiFernet encapsulates the encrypt operation with the first Fernet
instance and decryption with the Fernet instances provided in order
until successful decryption or a DecryptionError.
Trait Implementations§
source§impl Clone for MultiFernet
impl Clone for MultiFernet
source§fn clone(&self) -> MultiFernet
fn clone(&self) -> MultiFernet
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 more