pub struct prediction;
Trait Implementations§
Source§impl HasArgument<prediction> for MakeElicitPrediction
impl HasArgument<prediction> for MakeElicitPrediction
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