Enum lioness::error::LionessError
source · pub enum LionessError {
BlockSizeError,
}
Variants§
BlockSizeError
Trait Implementations§
source§impl Debug for LionessError
impl Debug for LionessError
source§impl Display for LionessError
impl Display for LionessError
source§impl Error for LionessError
impl Error for LionessError
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
Auto Trait Implementations§
impl Freeze for LionessError
impl RefUnwindSafe for LionessError
impl Send for LionessError
impl Sync for LionessError
impl Unpin for LionessError
impl UnwindSafe for LionessError
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