pub enum GrtError {
GrtAlreadyExists,
GrtIsNull,
GrtIsEmpty,
KeyNotFound,
KeyExists,
DowncastError,
DriverMutexError(DriverMutexError),
}
Variants§
GrtAlreadyExists
GrtIsNull
GrtIsEmpty
KeyNotFound
KeyExists
DowncastError
DriverMutexError(DriverMutexError)
Trait Implementations§
impl Eq for GrtError
impl StructuralPartialEq for GrtError
Auto Trait Implementations§
impl Freeze for GrtError
impl RefUnwindSafe for GrtError
impl Send for GrtError
impl Sync for GrtError
impl Unpin for GrtError
impl UnwindSafe for GrtError
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