Enum msg_store::StoreErrorTy
source · [−]pub enum StoreErrorTy {
UuidManagerError(UuidManagerError),
ExceedesStoreMax,
ExceedesGroupMax,
LacksPriority,
SyncError,
}Variants
UuidManagerError(UuidManagerError)
ExceedesStoreMax
ExceedesGroupMax
LacksPriority
SyncError
Trait Implementations
sourceimpl Debug for StoreErrorTy
impl Debug for StoreErrorTy
Auto Trait Implementations
impl RefUnwindSafe for StoreErrorTy
impl Send for StoreErrorTy
impl Sync for StoreErrorTy
impl Unpin for StoreErrorTy
impl UnwindSafe for StoreErrorTy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more