pub struct AesError {
pub code: AesErrorCode,
pub note: &'static str,
}
Fields§
§code: AesErrorCode
§note: &'static str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AesError
impl RefUnwindSafe for AesError
impl Send for AesError
impl Sync for AesError
impl Unpin for AesError
impl UnwindSafe for AesError
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