pub enum ByteArraySecurityError {
DataRemnanceRisk,
}Variants§
DataRemnanceRisk
Trait Implementations§
Source§impl Debug for ByteArraySecurityError
impl Debug 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
impl Eq for ByteArraySecurityError
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 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