Struct messaging_thread_pool::NewPoolItemError
source · pub struct NewPoolItemError {
pub error_message: String,
}Expand description
This is a ‘better than nothing’ error implementation It allows the initialisation code to return error information as a string
Fields§
§error_message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NewPoolItemError
impl RefUnwindSafe for NewPoolItemError
impl Send for NewPoolItemError
impl Sync for NewPoolItemError
impl Unpin for NewPoolItemError
impl UnwindSafe for NewPoolItemError
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