pub enum ShaleError {
LinearMemStoreError,
DecodeError,
ObjRefAlreadyInUse,
ObjPtrInvalid,
SliceError,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShaleError
impl RefUnwindSafe for ShaleError
impl Send for ShaleError
impl Sync for ShaleError
impl Unpin for ShaleError
impl UnwindSafe for ShaleError
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