pub struct prediction;
Trait Implementations§
Source§impl Field for prediction
impl Field for prediction
Source§impl HasField<prediction> for ElicitPrediction
impl HasField<prediction> for ElicitPrediction
Auto Trait Implementations§
impl Freeze for prediction
impl RefUnwindSafe for prediction
impl Send for prediction
impl Sync for prediction
impl Unpin for prediction
impl UnwindSafe for prediction
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