pub enum LockInitErr {
Lock(i8),
Init(String),
}Variants§
Trait Implementations§
Source§impl Debug for LockInitErr
impl Debug for LockInitErr
Auto Trait Implementations§
impl Freeze for LockInitErr
impl RefUnwindSafe for LockInitErr
impl Send for LockInitErr
impl Sync for LockInitErr
impl Unpin for LockInitErr
impl UnwindSafe for LockInitErr
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