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