pub enum ByteArraySecurityError {
DataRemnanceRisk,
}Variants§
DataRemnanceRisk
Trait Implementations§
Source§impl Debug for ByteArraySecurityError
impl Debug for ByteArraySecurityError
impl Eq for ByteArraySecurityError
Source§impl From<ByteArraySecurityError> for ByteArrayError
impl From<ByteArraySecurityError> for ByteArrayError
Source§fn from(value: ByteArraySecurityError) -> Self
fn from(value: ByteArraySecurityError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ByteArraySecurityError
impl PartialEq for ByteArraySecurityError
Source§fn eq(&self, other: &ByteArraySecurityError) -> bool
fn eq(&self, other: &ByteArraySecurityError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ByteArraySecurityError
Auto Trait Implementations§
impl Freeze for ByteArraySecurityError
impl RefUnwindSafe for ByteArraySecurityError
impl Send for ByteArraySecurityError
impl Sync for ByteArraySecurityError
impl Unpin for ByteArraySecurityError
impl UnsafeUnpin for ByteArraySecurityError
impl UnwindSafe for ByteArraySecurityError
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