pub enum DeepError {
NotFound,
EmptyVec,
}Expand description
Errors involving Deep Functions
Variants§
NotFound
Error of providing a name of a child Account that doesn’t exist
EmptyVec
Error of providing a empty Vec to a deep function
Trait Implementations§
impl Eq for DeepError
impl StructuralPartialEq for DeepError
Auto Trait Implementations§
impl Freeze for DeepError
impl RefUnwindSafe for DeepError
impl Send for DeepError
impl Sync for DeepError
impl Unpin for DeepError
impl UnsafeUnpin for DeepError
impl UnwindSafe for DeepError
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