pub struct MoreError { /* private fields */ }Expand description
包含更多信息的 Error: 每次调用的文件名、行号、函数名、可选的附加内容
Implementations§
Trait Implementations§
Source§impl<T> AddMoreError<T> for &MoreError
impl<T> AddMoreError<T> for &MoreError
Auto Trait Implementations§
impl Freeze for MoreError
impl RefUnwindSafe for MoreError
impl Send for MoreError
impl Sync for MoreError
impl Unpin for MoreError
impl UnwindSafe for MoreError
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