pub enum StoreErrorTy {
UuidManagerError(UuidManagerError),
ExceedesStoreMax,
ExceedesGroupMax,
LacksPriority,
SyncError,
}
Variants§
Trait Implementations§
Source§impl Debug for StoreErrorTy
impl Debug for StoreErrorTy
Auto Trait Implementations§
impl Freeze for StoreErrorTy
impl RefUnwindSafe for StoreErrorTy
impl Send for StoreErrorTy
impl Sync for StoreErrorTy
impl Unpin for StoreErrorTy
impl UnwindSafe for StoreErrorTy
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