Struct python_comm::use_m::MoreError
source · [−]pub struct MoreError { /* private fields */ }Expand description
包含更多信息的 Error
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MoreError
impl Send for MoreError
impl Sync for MoreError
impl Unpin for MoreError
impl UnwindSafe for MoreError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more