pub struct PamojaAnomaly { /* private fields */ }Expand description
An opaque handle to an anomaly detector.
Auto Trait Implementations§
impl Freeze for PamojaAnomaly
impl RefUnwindSafe for PamojaAnomaly
impl Send for PamojaAnomaly
impl Sync for PamojaAnomaly
impl Unpin for PamojaAnomaly
impl UnsafeUnpin for PamojaAnomaly
impl UnwindSafe for PamojaAnomaly
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