pub struct Conversion<'ctx> {
pub strategy: ConversionStrategy,
pub target: Commodity<'ctx>,
}
Expand description
Instruction about commodity conversion.
Fields§
§strategy: ConversionStrategy
§target: Commodity<'ctx>
Trait Implementations§
Auto Trait Implementations§
impl<'ctx> Freeze for Conversion<'ctx>
impl<'ctx> RefUnwindSafe for Conversion<'ctx>
impl<'ctx> Send for Conversion<'ctx>
impl<'ctx> Sync for Conversion<'ctx>
impl<'ctx> Unpin for Conversion<'ctx>
impl<'ctx> UnwindSafe for Conversion<'ctx>
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