pub enum AesCtrError {
Backend(BackendError),
}Variants§
Backend(BackendError)
Trait Implementations§
Source§impl Clone for AesCtrError
impl Clone for AesCtrError
Source§fn clone(&self) -> AesCtrError
fn clone(&self) -> AesCtrError
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 moreSource§impl Debug for AesCtrError
impl Debug for AesCtrError
Source§impl PartialEq for AesCtrError
impl PartialEq for AesCtrError
impl Eq for AesCtrError
impl StructuralPartialEq for AesCtrError
Auto Trait Implementations§
impl Freeze for AesCtrError
impl RefUnwindSafe for AesCtrError
impl Send for AesCtrError
impl Sync for AesCtrError
impl Unpin for AesCtrError
impl UnsafeUnpin for AesCtrError
impl UnwindSafe for AesCtrError
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