pub struct DumpHostPromiseRejectionTracker {}Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DumpHostPromiseRejectionTracker
impl RefUnwindSafe for DumpHostPromiseRejectionTracker
impl Send for DumpHostPromiseRejectionTracker
impl Sync for DumpHostPromiseRejectionTracker
impl Unpin for DumpHostPromiseRejectionTracker
impl UnwindSafe for DumpHostPromiseRejectionTracker
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