pub struct CpuPlan { /* private fields */ }Expand description
A graph lowered for one bucket.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CpuPlan
impl Freeze for CpuPlan
impl Send for CpuPlan
impl Sync for CpuPlan
impl Unpin for CpuPlan
impl UnsafeUnpin for CpuPlan
impl UnwindSafe for CpuPlan
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