pub enum ErrTy {
LockingError,
}Variants§
LockingError
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrTy
impl RefUnwindSafe for ErrTy
impl Send for ErrTy
impl Sync for ErrTy
impl Unpin for ErrTy
impl UnwindSafe for ErrTy
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