pub enum AesErrorCode {
EncryptDataNotValid,
EncryptOptionError,
EncryptFailed,
DecryptDataNotValid,
DecryptStringConvention,
Expired,
}
Variants§
EncryptDataNotValid
EncryptOptionError
EncryptFailed
DecryptDataNotValid
DecryptStringConvention
Expired
Trait Implementations§
Source§impl Debug for AesErrorCode
impl Debug for AesErrorCode
Source§impl PartialEq for AesErrorCode
impl PartialEq for AesErrorCode
Source§impl PartialOrd for AesErrorCode
impl PartialOrd for AesErrorCode
impl Eq for AesErrorCode
impl StructuralPartialEq for AesErrorCode
Auto Trait Implementations§
impl Freeze for AesErrorCode
impl RefUnwindSafe for AesErrorCode
impl Send for AesErrorCode
impl Sync for AesErrorCode
impl Unpin for AesErrorCode
impl UnwindSafe for AesErrorCode
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