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