pub struct IllegalStack;
Expand description
构造陷入栈失败。
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IllegalStack
impl RefUnwindSafe for IllegalStack
impl Send for IllegalStack
impl Sync for IllegalStack
impl Unpin for IllegalStack
impl UnwindSafe for IllegalStack
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