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