Struct aead::Error [−][src]
pub struct Error;
Error type.
This type is deliberately opaque as to avoid potential side-channel leakage (e.g. padding oracle).
Trait Implementations
impl Clone for Error
[src]
impl Clone for Error
[src]fn clone(&self) -> Error
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialOrd<Error> for Error
[src]
impl PartialOrd<Error> for Error
[src]impl Copy for Error
[src]
impl Eq for Error
[src]
impl StructuralEq for Error
[src]
impl StructuralPartialEq for Error
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.