pub struct PioCalculationUpdate(/* private fields */);Expand description
Typed update to a calculation instance.
Auto Trait Implementations§
impl Freeze for PioCalculationUpdate
impl RefUnwindSafe for PioCalculationUpdate
impl Send for PioCalculationUpdate
impl Sync for PioCalculationUpdate
impl Unpin for PioCalculationUpdate
impl UnsafeUnpin for PioCalculationUpdate
impl UnwindSafe for PioCalculationUpdate
Blanket Implementations§
impl<T> Allocation for T
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