pub struct MultiFernet { /* private fields */ }Implementations§
Source§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.
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 duplicate 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 moreAuto Trait Implementations§
impl Freeze for MultiFernet
impl RefUnwindSafe for MultiFernet
impl Send for MultiFernet
impl Sync for MultiFernet
impl Unpin for MultiFernet
impl UnwindSafe for MultiFernet
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more