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