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