pub enum Performance {
Lead4(Cbin<RawBody>),
LeadA1(Cbin<RawBody>),
}Expand description
A Lead performance — the multi-slot layer above that family’s programs.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Performance
impl RefUnwindSafe for Performance
impl Send for Performance
impl Sync for Performance
impl Unpin for Performance
impl UnsafeUnpin for Performance
impl UnwindSafe for Performance
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