pub struct 错误 {
pub message: String,
}
Expand description
错误类型
Fields§
§message: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for 错误
impl RefUnwindSafe for 错误
impl Send for 错误
impl Sync for 错误
impl Unpin for 错误
impl UnwindSafe for 错误
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