pub struct PredictionDesign<Blocks> { /* private fields */ }Expand description
Reusable prediction design compiled from fitted term metadata.
Implementations§
Source§impl<Blocks> PredictionDesign<Blocks>
impl<Blocks> PredictionDesign<Blocks>
Sourcepub fn into_blocks(self) -> Blocks
pub fn into_blocks(self) -> Blocks
Consumes the design and returns typed prediction parameter blocks.
Trait Implementations§
Source§impl<Blocks: Clone> Clone for PredictionDesign<Blocks>
impl<Blocks: Clone> Clone for PredictionDesign<Blocks>
Source§fn clone(&self) -> PredictionDesign<Blocks>
fn clone(&self) -> PredictionDesign<Blocks>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<Blocks: Debug> Debug for PredictionDesign<Blocks>
impl<Blocks: Debug> Debug for PredictionDesign<Blocks>
Source§impl<Blocks: PartialEq> PartialEq for PredictionDesign<Blocks>
impl<Blocks: PartialEq> PartialEq for PredictionDesign<Blocks>
Source§fn eq(&self, other: &PredictionDesign<Blocks>) -> bool
fn eq(&self, other: &PredictionDesign<Blocks>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<Blocks: PartialEq> StructuralPartialEq for PredictionDesign<Blocks>
Auto Trait Implementations§
impl<Blocks> Freeze for PredictionDesign<Blocks>where
Blocks: Freeze,
impl<Blocks> RefUnwindSafe for PredictionDesign<Blocks>where
Blocks: RefUnwindSafe,
impl<Blocks> Send for PredictionDesign<Blocks>where
Blocks: Send,
impl<Blocks> Sync for PredictionDesign<Blocks>where
Blocks: Sync,
impl<Blocks> Unpin for PredictionDesign<Blocks>where
Blocks: Unpin,
impl<Blocks> UnsafeUnpin for PredictionDesign<Blocks>where
Blocks: UnsafeUnpin,
impl<Blocks> UnwindSafe for PredictionDesign<Blocks>where
Blocks: UnwindSafe,
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