pub enum AppRamError {
ForbiddenQuantity(String),
Other(Error),
}
Variants§
Trait Implementations§
Source§impl Debug for AppRamError
impl Debug for AppRamError
Auto Trait Implementations§
impl Freeze for AppRamError
impl !RefUnwindSafe for AppRamError
impl Send for AppRamError
impl Sync for AppRamError
impl Unpin for AppRamError
impl !UnwindSafe for AppRamError
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