pub struct StackDetector;Implementations§
Source§impl StackDetector
impl StackDetector
Auto Trait Implementations§
impl Freeze for StackDetector
impl RefUnwindSafe for StackDetector
impl Send for StackDetector
impl Sync for StackDetector
impl Unpin for StackDetector
impl UnsafeUnpin for StackDetector
impl UnwindSafe for StackDetector
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