struct EvSession {
arrival_step: usize,
deadline_step: usize,
remaining_kwh: f32,
}Fields§
§arrival_step: usize§deadline_step: usize§remaining_kwh: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for EvSession
impl RefUnwindSafe for EvSession
impl Send for EvSession
impl Sync for EvSession
impl Unpin for EvSession
impl UnwindSafe for EvSession
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