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