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