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