pub struct ProconError {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Debug for ProconError
impl Debug for ProconError
Auto Trait Implementations§
impl Freeze for ProconError
impl RefUnwindSafe for ProconError
impl Send for ProconError
impl Sync for ProconError
impl Unpin for ProconError
impl UnwindSafe for ProconError
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