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