#[repr(u16)]pub enum BPoolErrRes {
Lpn = 769,
}Expand description
Error codes for BPool
Variants§
Lpn = 769
(518) lock error (failed or poisoned)
Auto Trait Implementations§
impl Freeze for BPoolErrRes
impl RefUnwindSafe for BPoolErrRes
impl Send for BPoolErrRes
impl Sync for BPoolErrRes
impl Unpin for BPoolErrRes
impl UnsafeUnpin for BPoolErrRes
impl UnwindSafe for BPoolErrRes
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