#[derive(Clone, Copy, Debug, Default, PartialEq, Eq)]pubenumEncryption{#[default]
Plaintext,
Arc4Md5,
Arc4Sha1,
XChaCha20,}implEncryption{/// Returns `true` if there is no encryption.
#[must_use]#[inline]pubconstfnis_plaintext(self)->bool{matches!(self,Self::Plaintext)}}