pub(crate) struct HintedPlan {
pub hinted_metrics: HintedMetrics,
pub axes: [Option<Axis>; 2],
}Fields§
§hinted_metrics: HintedMetrics§axes: [Option<Axis>; 2]Auto Trait Implementations§
impl Freeze for HintedPlan
impl RefUnwindSafe for HintedPlan
impl Send for HintedPlan
impl Sync for HintedPlan
impl Unpin for HintedPlan
impl UnsafeUnpin for HintedPlan
impl UnwindSafe for HintedPlan
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