pub enum KeccakError {
GenericError,
}Variants§
GenericError
Trait Implementations§
Source§impl Debug for KeccakError
impl Debug for KeccakError
Auto Trait Implementations§
impl Freeze for KeccakError
impl RefUnwindSafe for KeccakError
impl Send for KeccakError
impl Sync for KeccakError
impl Unpin for KeccakError
impl UnsafeUnpin for KeccakError
impl UnwindSafe for KeccakError
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