pub struct SpawnCost {
pub energy_budget: f64,
pub charge: f64,
}Fields§
§energy_budget: f64§charge: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnCost
impl RefUnwindSafe for SpawnCost
impl Send for SpawnCost
impl Sync for SpawnCost
impl Unpin for SpawnCost
impl UnsafeUnpin for SpawnCost
impl UnwindSafe for SpawnCost
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