pub struct UncapturedErrorCallbackInfo {
pub callback: RefCell<Option<UncapturedErrorCallback>>,
}Fields§
§callback: RefCell<Option<UncapturedErrorCallback>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for UncapturedErrorCallbackInfo
impl !RefUnwindSafe for UncapturedErrorCallbackInfo
impl Send for UncapturedErrorCallbackInfo
impl !Sync for UncapturedErrorCallbackInfo
impl Unpin for UncapturedErrorCallbackInfo
impl UnsafeUnpin for UncapturedErrorCallbackInfo
impl !UnwindSafe for UncapturedErrorCallbackInfo
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