pub enum LeanIMTError {
IndexOutOfBounds,
InvalidLeafSize,
LevelOutOfBounds,
EmptyBatchInsert,
}Variants§
Trait Implementations§
Source§impl Debug for LeanIMTError
impl Debug for LeanIMTError
Source§impl Display for LeanIMTError
impl Display for LeanIMTError
Source§impl Error for LeanIMTError
impl Error for LeanIMTError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for LeanIMTError
impl PartialEq for LeanIMTError
impl Eq for LeanIMTError
impl StructuralPartialEq for LeanIMTError
Auto Trait Implementations§
impl Freeze for LeanIMTError
impl RefUnwindSafe for LeanIMTError
impl Send for LeanIMTError
impl Sync for LeanIMTError
impl Unpin for LeanIMTError
impl UnwindSafe for LeanIMTError
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