pub struct SFResult<'a> {
pub strategy: Strategy<'a>,
pub volumes: Volumes,
}Expand description
SFResult is the result of running through the Spiess-Florian algorithm
Fields§
§strategy: Strategy<'a>Optimal strategy
volumes: VolumesAssigned demand
Auto Trait Implementations§
impl<'a> Freeze for SFResult<'a>
impl<'a> RefUnwindSafe for SFResult<'a>
impl<'a> Send for SFResult<'a>
impl<'a> Sync for SFResult<'a>
impl<'a> Unpin for SFResult<'a>
impl<'a> UnsafeUnpin for SFResult<'a>
impl<'a> UnwindSafe for SFResult<'a>
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